ActiveXMessageFormatter Class Members
In This Topic
The following tables list the members exposed by ActiveXMessageFormatter.
Public Constructors
Public Methods
| Name | Description |
 | CanRead | Determines whether the formatter can deserialize the contents of the message. |
 | Clone | Creates an instance of the ActiveXMessageFormatter class that is identical to the current ActiveXMessageFormatter. |
  | InitStreamedObject | Provides a utility to help serialize COM objects that implement IPersistStream and require IPersistStreamInit to be called. |
 | 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