IMessageFormatter Interface Members
The following tables list the members exposed by IMessageFormatter.
Public Methods
Name | Description | |
---|---|---|
![]() | CanRead | When implemented in a class, determines whether the formatter can deserialize the contents of the message. |
![]() | Clone | (Inherited from System.ICloneable) |
![]() | Read | When implemented in a class, reads the contents from the given message and creates an object that contains data from the message. |
![]() | Write | When implemented in a class, serializes an object into the body of the message. |
See Also