C# 클래스 LightNode.Formatter.JilContentFormatter

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

공개 메소드들

메소드 설명
Deserialize ( Type type, System stream ) : object
JilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( 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

JilContentFormatter() 공개 메소드

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

JilContentFormatter() 공개 메소드

public JilContentFormatter ( 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

JilContentFormatter() 공개 메소드

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

JilContentFormatter() 공개 메소드

public JilContentFormatter ( 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