Click or drag to resize
MessagePackSerializerTUnpack Method
Deserialize object from the Stream.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public T Unpack(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Source Stream.

Return Value

Type: T
Deserialized object.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
SerializationExceptionT is not serializable etc.
See Also