Functionality to serialize or deserialize messages or data.

Classes

  ClassDescription
Public classAesSerializer
Serializer using AES (Advanced Encryption Standard).
Public classBinarySerializer
Implements the serialization/deserialization to/from sequence of bytes.
Public classDataContractJsonStringSerializer
Implements the serialization/deserialization to/from JSON string. The serializer is based on DataContractJsonSerializer provided by .Net and it supports attributes (DataContract, DataMember, ...) specifying how data is serialized/deserialized.
Public classDataContractXmlStringSerializer
Implements the serialization/deserialization to/from an xml string. The serializer is based on DataContractSerializer provided by .Net and it supports attributes (DataContract, DataMember, ...) specifying how data is serialized/deserialized.
Public classGZipSerializer
Serializer compressing and decompressing data.
Public classRijndaelSerializer
Serializer using Rijndael encryption.
Public classRsaDigitalSignatureSerializer
Serializer digitaly signing data.
Public classRsaSerializer
Serializer using RSA.
Public classXmlStringSerializer
Implements the serialization/deserialization to/from XmlString.

Interfaces

  InterfaceDescription
Public interfaceISerializer
The interface declares the API for serialization and deserialization.

Delegates

  DelegateDescription
Public delegateXmlStringSerializer..::..XmlSerializerFactoryMethod
Declaration of the factory method for the Compact Framework platform.