Class ProtoRpcSerializer

java.lang.Object
com.inductiveautomation.ignition.common.rpc.proto.ProtoRpcSerializer
All Implemented Interfaces:
ClientRpcSerializer, GatewayRpcSerializer, DeserializationContext, SerializationContext, RpcSerializer

public final class ProtoRpcSerializer extends Object implements RpcSerializer, SerializationContext, DeserializationContext
A Protobuf based serialization handler. This class provides implementation logic to encode and decode objects to and from a specific Protobuf format; see the RpcMessage class. Modules will likely have to construct their own instance using ProtoSerializerBuilder, unless they are able to restrict their RPC sending and receiving to common "atomic" Java, standard library, and Ignition types.
See Also: