C# 클래스 LightNode.Formatter.ContentFormatterBase

상속: IContentFormatter
파일 보기 프로젝트 열기: neuecc/LightNode

공개 메소드들

메소드 설명
ContentFormatterBase ( string mediaType, string ext, Encoding encoding ) : LightNode.Core
Deserialize ( Type type, Stream stream ) : object
Serialize ( Stream stream, object obj ) : void

메소드 상세

ContentFormatterBase() 공개 메소드

public ContentFormatterBase ( string mediaType, string ext, Encoding encoding ) : LightNode.Core
mediaType string
ext string
encoding System.Text.Encoding
리턴 LightNode.Core

Deserialize() 공개 추상적인 메소드

public abstract Deserialize ( Type type, Stream stream ) : object
type System.Type
stream Stream
리턴 object

Serialize() 공개 추상적인 메소드

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