C# Class Hyper.Http.Formatting.XmlMediaTypeFormatter

XmlMediaTypeFormatter class.
Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Afficher le fichier Open project: tmitchel2/Hyper

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool

CanWriteType() public méthode

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.
Résultat bool