Variable2KFormatter 클래스

정의

변수 포맷터를 나타냅니다.

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
상속
Variable2KFormatter
구현

메서드

CanRead(Message)

포맷터가 메시지의 내용을 읽을 수 있는지 여부를 결정합니다.

Clone()

Variable2KFormatter 개체의 복사본을 만듭니다.

Read(Message)

지정된 메시지의 내용을 읽습니다.

Write(Message, Object)

메시지 본문으로 개체를 serialize합니다.

적용 대상