MessagePackSerializerTUnpackFrom Method |
Deserializes object with specified
Unpacker.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public T UnpackFrom(
Unpacker unpacker
)
Public Function UnpackFrom (
unpacker As Unpacker
) As T
public:
T UnpackFrom(
Unpacker^ unpacker
)
member UnpackFrom :
unpacker : Unpacker -> 'T
Parameters
- unpacker
- Type: MsgPackUnpacker
Unpacker which unpacks values of resulting object tree.
Return Value
Type:
TDeserialized object.
Exceptions See Also