Click or drag to resize

MessageSerialize Method

Returns a byte array with the serialization of the Message.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public byte[] Serialize()

Return Value

Type: Byte
A byte array with the serialization of the Message.
Remarks
This method has the same effect as calling Serialize(false).
See Also