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