C# Class Onion.Infrastructure.Services.JsonNetFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
显示文件 Open project: sharifhkhan/OnionArchitecture

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
JsonNetFormatter ( ) : System
ReadFromStreamAsync ( Type type, Stream stream, HttpContent content, IFormatterLogger formatterLogger ) : Task
WriteToStreamAsync ( Type type, object value, Stream stream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task

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

JsonNetFormatter() public method

public JsonNetFormatter ( ) : System
return System

ReadFromStreamAsync() public method

public ReadFromStreamAsync ( Type type, Stream stream, HttpContent content, IFormatterLogger formatterLogger ) : Task
type System.Type
stream Stream
content System.Net.Http.HttpContent
formatterLogger IFormatterLogger
return Task

WriteToStreamAsync() public method

public WriteToStreamAsync ( Type type, object value, Stream stream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
stream Stream
content System.Net.Http.HttpContent
transportContext System.Net.TransportContext
return System.Threading.Tasks.Task