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