Overview
Classes: BinaryDeserializer, BinarySerializer, Deserializer, Serializer, SerializerBase, TypeDeserializer, TypeSerializer
Classes
class BinaryDeserializer
A generic Deserializer using a proprietary binary
serialization format based on the Poco::BinaryReader
class.
class BinarySerializer
A generic Serializer using a proprietary binary
serialization format based on the Poco::BinaryWriter
class.
class Deserializer
The Deserializer interface for transports.
class Serializer
The Serializer interface for transports.
class SerializerBase
SerializerBase is the common base class for Serializer and Deserializer.
class TypeDeserializer
TypeDeserializer is used to deserialize the content of a variable
for transportation over the network.
class TypeSerializer
TypeSerializer is used to serialize the content of a variable
for transportation over the network.