Compartilhar via


Membros Formatter

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.

O tipo Formatter expõe os seguintes membros.

Construtores

  Nome Descrição
Método público Formatter Initializes a new instance of the Formatter class.

Início

Métodos

  Nome Descrição
Método público CanRead Gets a value that indicates whether the message queue can be read.
Método público Clone Creates a new object that is a copy of the current instance.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Read Reads the message.
Método público ToString (Herdado de Object.)
Método público Write 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.

Início