For a list of all members of this type, see BinaryMessageFormatter members.
Public Methods
| Name | Description |
 | CanRead | Determines whether the formatter can deserialize the contents of the message. |
 | Clone | Creates an instance of the BinaryMessageFormatter class whose read/write properties (the root object and type description formats) are the same as the current BinaryMessageFormatter. |
 | Read | Reads the contents from the given message and creates an object that contains the deserialized message. |
 | Write | Serializes an object into the body of the message. |
Top
See Also