Formatter 类

定义

包含用于将对象序列化到从队列读取的消息正文中或将对象反序列化到写入队列的消息正文中的格式化程序。

public ref class Formatter : ICloneable, System::Messaging::IMessageFormatter
public class Formatter : ICloneable, System.Messaging.IMessageFormatter
type Formatter = class
    interface IMessageFormatter
    interface ICloneable
Public Class Formatter
Implements ICloneable, IMessageFormatter
继承
Formatter
实现

构造函数

Formatter()

初始化 Formatter 类的新实例。

方法

CanRead(Message)

获取一个值,该值指示消息队列是否可读取。

Clone()

创建作为当前实例副本的新对象。

Read(Message)

读取消息。

Write(Message, Object)

打开一个内存流并写入消息对象。 此方法序列化包括 PackageID、VersionID、数据文件名称和文件内容的消息对象。

适用于