Click or drag to resize
IUnpackableUnpackFromMessage Method
Restore object state from specified Unpacker.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
void UnpackFromMessage(
	Unpacker unpacker
)

Parameters

unpacker
Type: MsgPackUnpacker
Unpacker.
Exceptions
ExceptionCondition
ArgumentNullExceptionunpacker is null.
SerializationExceptionCannot restore state from the stream.
See Also