Click or drag to resize
MessagePackSerializerTPackSingleObject Method
Serializes specified object to the array of Byte.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte[] PackSingleObject(
	T objectTree
)

Parameters

objectTree
Type: T
Object to be serialized.

Return Value

Type: Byte
An array of Byte which stores serialized value.
Exceptions
ExceptionCondition
SerializationExceptionT is not serializable etc.
See Also