Functionality to serialize or deserialize messages or data.
Classes
| Class | Description | |
|---|---|---|
| AesSerializer |
Serializer using AES (Advanced Encryption Standard).
| |
| BinarySerializer |
Implements the serialization/deserialization to/from sequence of bytes.
| |
| DataContractJsonStringSerializer |
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.
| |
| DataContractXmlStringSerializer |
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.
| |
| GZipSerializer |
Serializer compressing and decompressing data.
| |
| RijndaelSerializer |
Serializer using Rijndael encryption.
| |
| RsaDigitalSignatureSerializer |
Serializer digitaly signing data.
| |
| RsaSerializer |
Serializer using RSA.
| |
| XmlStringSerializer |
Implements the serialization/deserialization to/from XmlString.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISerializer |
The interface declares the API for serialization and deserialization.
|
Delegates
| Delegate | Description | |
|---|---|---|
| XmlStringSerializer..::..XmlSerializerFactoryMethod |
Declaration of the factory method for the Compact Framework platform.
|