IMessagePackSerializerUnpackTo Method |
Deserialize collection items with specified
Unpacker and stores them to
collection.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax void UnpackTo(
Unpacker unpacker,
Object collection
)
Sub UnpackTo (
unpacker As Unpacker,
collection As Object
)
void UnpackTo(
Unpacker^ unpacker,
Object^ collection
)
abstract UnpackTo :
unpacker : Unpacker *
collection : Object -> unit
Parameters
- unpacker
- Type: MsgPackUnpacker
Unpacker which unpacks values of resulting object tree. - collection
- Type: SystemObject
Collection that the items to be stored.
Exceptions See Also