MessagePack binary object serialization: serializes and deserializes .NET objects to and from the MessagePack format, driven by a serialization context and message pack I/O helpers.
Microsoft.VisualBasic.Data.IO.MessagePack 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Data.IO.MessagePack
| Type | Summary | Members |
|---|---|---|
| SerializationContext | 3 |
Microsoft.VisualBasic.Data.IO.MessagePack.Constants
The MessagePack format constants: format byte ranges and codes for booleans, fixed integers, fixed strings, fixed arrays and fixed maps.
| Type | Summary | Members |
|---|---|---|
| MsgPackFormats | 枚举所有的基础类型常量 | 31 |
Microsoft.VisualBasic.Data.IO.MessagePack.Serialization
The MessagePack serialization model: member attributes and definitions, nil implication handling, the serialization method and the schema provider.
| Type | Summary | Members |
|---|---|---|
| MessagePackMemberAttribute | 必须要使用这个自定义属性标记在对象属性上才会被加入序列化之中 | 3 |
| SchemaProvider | 3 |