C# Class ParkerFox.Infrastructure.Web.JavascriptSerializerFormatter

DataContractJsonSerializer is not that great apparently http://wildermuth.com/2012/2/22/WebAPI_for_the_MVC_Guy
Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
显示文件 Open project: KHProjects/KH-Parker-Fox

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
JavascriptSerializerFormatter ( ) : System

Method Details

CanReadType() public method

public CanReadType ( Type type ) : bool
type System.Type
return bool

CanWriteType() public method

public CanWriteType ( Type type ) : bool
type System.Type
return bool

JavascriptSerializerFormatter() public method

public JavascriptSerializerFormatter ( ) : System
return System