MessagePackSerializerTPackSingleObject Method |
Serializes specified object to the array of
Byte.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public byte[] PackSingleObject(
T objectTree
)
Public Function PackSingleObject (
objectTree As T
) As Byte()
public:
array<unsigned char>^ PackSingleObject(
T objectTree
)
member PackSingleObject :
objectTree : 'T -> byte[]
Parameters
- objectTree
- Type: T
Object to be serialized.
Return Value
Type:
ByteAn array of
Byte which stores serialized value.
Exceptions See Also