MessageSerialize Method (Boolean) |
Returns a byte array with the serialization of the Message with optional
type code.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public byte[] Serialize(
bool withType
)
Public Function Serialize (
withType As Boolean
) As Byte()
Parameters
- withType
- Type: SystemBoolean
If true the result includes the Message type.
Return Value
Type:
Byte
A byte array with the serialization of the Message.
See Also