C# 클래스 ParkerFox.Infrastructure.Web.JavascriptSerializerFormatter

DataContractJsonSerializer is not that great apparently http://wildermuth.com/2012/2/22/WebAPI_for_the_MVC_Guy
상속: System.Net.Http.Formatting.MediaTypeFormatter
파일 보기 프로젝트 열기: KHProjects/KH-Parker-Fox

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
JavascriptSerializerFormatter ( ) : System

메소드 상세

CanReadType() 공개 메소드

public CanReadType ( Type type ) : bool
type System.Type
리턴 bool

CanWriteType() 공개 메소드

public CanWriteType ( Type type ) : bool
type System.Type
리턴 bool

JavascriptSerializerFormatter() 공개 메소드

public JavascriptSerializerFormatter ( ) : System
리턴 System