Property | Type | Description | |
---|---|---|---|
Instance | IMessagePackFormatter |
Method | Description | |
---|---|---|
Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IList | ||
Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int |
Method | Description | |
---|---|---|
NonGenericInterfaceListFormatter ( ) : System |
public Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : IList | ||
bytes | Array | |
offset | int | |
formatterResolver | IFormatterResolver | |
readSize | int | |
return | IList |
public Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int | ||
bytes | Array | |
offset | int | |
formatterResolver | IFormatterResolver | |
return | int |