C# 클래스 NServiceMVC.Formats.JsonFormatHandler

상속: IFormatHandler
파일 보기 프로젝트 열기: gregmac/NServiceMVC 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( string representation, Type modelType ) : object
JsonFormatHandler ( ) : System
Serialize ( object model, bool humanReadable = false ) : string

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( string representation, Type modelType ) : object
representation string
modelType System.Type
리턴 object

JsonFormatHandler() 공개 메소드

public JsonFormatHandler ( ) : System
리턴 System

Serialize() 공개 메소드

public Serialize ( object model, bool humanReadable = false ) : string
model object
humanReadable bool
리턴 string