C# 클래스 LightNode.Formatter.GZipJilContentFormatter

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

공개 메소드들

메소드 설명
Deserialize ( Type type, System stream ) : object
GZipJilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
Serialize ( System stream, object obj ) : void

메소드 상세

Deserialize() 공개 메소드

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

GZipJilContentFormatter() 공개 메소드

public GZipJilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
encoding System.Text.Encoding
mediaType string
ext string
리턴 Jil

GZipJilContentFormatter() 공개 메소드

public GZipJilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
encoding System.Text.Encoding
mediaType string
ext string
리턴 Jil

GZipJilContentFormatter() 공개 메소드

public GZipJilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
mediaType string
ext string
리턴 Jil

GZipJilContentFormatter() 공개 메소드

public GZipJilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
mediaType string
ext string
리턴 Jil

Serialize() 공개 메소드

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