C# 클래스 MvcApi.Formatting.JsonMediaTypeFormatter

상속: StreamMediaTypeFormatter
파일 보기 프로젝트 열기: dax70/MvcApi 1 사용 예제들

공개 메소드들

메소드 설명
CanWriteType ( Type type ) : bool
CreateDefaultSerializerSettings ( ) : JsonSerializerSettings
JsonMediaTypeFormatter ( ) : System
WriteTo ( Type type, object value, TextWriter textWriter ) : void
WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void

메소드 상세

CanWriteType() 공개 메소드

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

CreateDefaultSerializerSettings() 공개 메소드

public CreateDefaultSerializerSettings ( ) : JsonSerializerSettings
리턴 Newtonsoft.Json.JsonSerializerSettings

JsonMediaTypeFormatter() 공개 메소드

public JsonMediaTypeFormatter ( ) : System
리턴 System

WriteTo() 공개 메소드

public WriteTo ( Type type, object value, TextWriter textWriter ) : void
type System.Type
value object
textWriter System.IO.TextWriter
리턴 void

WriteToStream() 공개 메소드

public WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void
type System.Type
value object
stream Stream
requestMessage MvcApi.Http.HttpRequestMessage
리턴 void