Share via


Formatter Members

Include Protected Members
Include Inherited Members

Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.

The Formatter type exposes the following members.

Constructors

  Name Description
Public method Formatter() Initializes a new instance of the Formatter class.

Top

Methods

  Name Description
Public method CanRead(Message) Gets a value that indicates whether the message queue can be read.
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Read(Message) Reads the message.
Public method ToString() (Inherited from Object.)
Public method Write(Message, Object) Opens a memory stream and writes the message object. This method serializes the message object including PackageID, VersionID, name of the datafile and the file contents.

Top