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)
Syntaxpublic byte[] Serialize()
Public Function Serialize As Byte()
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