| IMessagePackSerializerUnpackFrom Method | 
            	Deserialize object with specified 
Unpacker.
            
 
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
SyntaxObject UnpackFrom(
	Unpacker unpacker
)
Function UnpackFrom ( 
	unpacker As Unpacker
) As Object
Object^ UnpackFrom(
	Unpacker^ unpacker
)
abstract UnpackFrom : 
        unpacker : Unpacker -> Object 
Parameters
- unpacker
- Type: MsgPackUnpacker
 Unpacker which unpacks values of resulting object tree.
Return Value
Type: 
ObjectDeserialized object.
 Exceptions
Exceptions See Also
See Also