Click or drag to resize

SerialisationUtility methods

The SerialisationUtility Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberDeserializeObjectFromBase64String Deserializes a byte list into a corresponding object.
Public MethodStatic MemberDeserializeObjectFromByteList Deserializes a byte list into a corresponding object.
Public MethodStatic MemberDeserializeObjectFromCodedString Deserializes a byte list into a corresponding object.
Public MethodStatic MemberSerializeObjectToBase64String Serializes an object into a string with a given encoding.
Public MethodStatic MemberSerializeObjectToByteList Serializes an object into a byte list.
Public MethodStatic MemberSerializeObjectToCodedString Serializes an object into a string with a given encoding.
Back to the top
See also