'Usage
Dim instance As BinaryMessageFormatter Dim message As Message Dim obj As Object instance.Write(message, obj)
Parameters
- message
- The Message whose Message.Body property will contain the serialized object.
- obj
- The object to be serialized into the message body.