Library RemotingNG

Package Serialization

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. more...

class BinarySerializer

A generic Serializer using a proprietary binary serialization format based on the Poco::BinaryWriter class. more...

class Deserializer

The Deserializer interface for transports. more...

class Serializer

The Serializer interface for transports. more...

class SerializerBase

SerializerBase is the common base class for Serializer and Deserializer. more...

class TypeDeserializer

TypeDeserializer is used to deserialize the content of a variable for transportation over the network. more...

class TypeSerializer

TypeSerializer is used to serialize the content of a variable for transportation over the network. more...