C# Class MessagePack.Formatters.NonGenericInterfaceListFormatter

Inheritance: IMessagePackFormatter
Afficher le fichier Open project: tana/Mondeto

Méthodes publiques

Свойство Type Description
Instance IMessagePackFormatter

Méthodes publiques

Méthode Description
Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IList
Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int

Private Methods

Méthode Description
NonGenericInterfaceListFormatter ( ) : System

Method Details

Deserialize() public méthode

public Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IList
bytes Array
offset int
formatterResolver IFormatterResolver
readSize int
Résultat IList

Serialize() public méthode

public Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int
bytes Array
offset int
formatterResolver IFormatterResolver
Résultat int

Property Details

Instance public_oe static_oe property

public static IMessagePackFormatter Instance
Résultat IMessagePackFormatter