Variable2KFormatter Class

Definition

Represents a variable formatter.

public ref class Variable2KFormatter : ICloneable, System::Messaging::IMessageFormatter
public class Variable2KFormatter : ICloneable, System.Messaging.IMessageFormatter
type Variable2KFormatter = class
    interface IMessageFormatter
    interface ICloneable
Public Class Variable2KFormatter
Implements ICloneable, IMessageFormatter
Inheritance
Variable2KFormatter
Implements

Methods

CanRead(Message)

Determines whether the formatter can read the contents of the message.

Clone()

Creates a copy of the Variable2KFormatter object.

Read(Message)

Reads the contents from the given message.

Write(Message, Object)

Serializes an object into the body of the message.

Applies to