Serialisation |
The SerialisationUtility Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| SerialisationUtility | initializes a new instance of the SerialisationUtility class |
| Name | Description of the | |
|---|---|---|
| DeserializeObjectFromBase64String | Deserializes a byte list into a corresponding object. | |
| DeserializeObjectFromByteList | Deserializes a byte list into a corresponding object. | |
| DeserializeObjectFromCodedString | Deserializes a byte list into a corresponding object. | |
| SerializeObjectToBase64String | Serializes an object into a string with a given encoding. | |
| SerializeObjectToByteList | Serializes an object into a byte list. | |
| SerializeObjectToCodedString | Serializes an object into a string with a given encoding. |