Deserializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements deserialization code for data serialized with SimpleDataTypesSerializer and provides abstract method to implement support for complex data, uniquely identifiable objects and references.
public abstract class Deserializer : MessagePack.Formatters.IMessagePackFormatter<object>
type Deserializer = class
interface IMessagePackFormatter<obj>
interface IMessagePackFormatter
Public MustInherit Class Deserializer
Implements IMessagePackFormatter(Of Object)
- Inheritance
-
Deserializer
- Implements
-
MessagePack.Formatters.IMessagePackFormatter MessagePack.Formatters.IMessagePackFormatter<Object>
Constructors
Deserializer() |