Class AggregateAdapter
java.lang.Object
com.inductiveautomation.ignition.common.historian.rpc.adapters.AggregateAdapter
- All Implemented Interfaces:
BinaryAdapter<Aggregate>,BinaryDeserializer<Aggregate>,BinarySerializer<Aggregate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(byte[] serialized, DeserializationContext context) byte[]encode(Aggregate any, SerializationContext context) static AggregateAdapter
-
Constructor Details
-
AggregateAdapter
public AggregateAdapter()
-
-
Method Details
-
getInstance
-
decode
public Aggregate decode(byte[] serialized, DeserializationContext context) throws ProtoSerializationException - Specified by:
decodein interfaceBinaryDeserializer<Aggregate>- Throws:
ProtoSerializationException
-
encode
public byte[] encode(Aggregate any, SerializationContext context) throws ProtoSerializationException - Specified by:
encodein interfaceBinarySerializer<Aggregate>- Throws:
ProtoSerializationException
-