Class CompositeSerializer

java.lang.Object
com.inductiveautomation.ignition.gateway.rpc.CompositeSerializer
All Implemented Interfaces:
GatewayRpcSerializer

public final class CompositeSerializer extends Object implements GatewayRpcSerializer
A composite RpcSerializer that delegates to different GatewayRpcSerializer implementations based on the package ID of the RpcCall, falling back to a general serializer otherwise.