C# 클래스 System.Web.UI.LosFormatter

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( Stream stream ) : object
Deserialize ( TextReader input ) : object
Deserialize ( string input ) : object
LosFormatter ( ) : System.Configuration
LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration
LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration
Serialize ( Stream stream, object value ) : void
Serialize ( TextWriter output, object value ) : void

비공개 메소드들

메소드 설명
SerializeToBase64 ( object value ) : string
SetMacKey ( byte macKeyModifier ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Stream stream ) : object
stream Stream
리턴 object

Deserialize() 공개 메소드

public Deserialize ( TextReader input ) : object
input TextReader
리턴 object

Deserialize() 공개 메소드

public Deserialize ( string input ) : object
input string
리턴 object

LosFormatter() 공개 메소드

public LosFormatter ( ) : System.Configuration
리턴 System.Configuration

LosFormatter() 공개 메소드

public LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier byte
리턴 System.Configuration

LosFormatter() 공개 메소드

public LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier string
리턴 System.Configuration

Serialize() 공개 메소드

public Serialize ( Stream stream, object value ) : void
stream Stream
value object
리턴 void

Serialize() 공개 메소드

public Serialize ( TextWriter output, object value ) : void
output TextWriter
value object
리턴 void