C# Class Hyper.Http.Formatting.XmlMediaTypeFormatter

XmlMediaTypeFormatter class.
Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Mostra file Open project: tmitchel2/Hyper

Public Methods

Method Description
CanReadType ( Type type ) : bool

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can deserializean object of the specified type.

CanWriteType ( Type type ) : bool

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can serializean object of the specified type.

Method Details

CanReadType() public method

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can deserializean object of the specified type.
public CanReadType ( Type type ) : bool
type System.Type The type to deserialize.
return bool

CanWriteType() public method

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can serializean object of the specified type.
public CanWriteType ( Type type ) : bool
type System.Type The type to serialize.
return bool