C# Class JsonFxMediaTypeFormatter, junkcode

Inheritance: MediaTypeFormatter
Afficher le fichier Open project: voltagex/junkcode

Méthodes publiques

Méthode Description
CanReadType ( Type, type ) : bool
CanWriteType ( Type, type ) : bool
ReadFromStreamAsync ( Type, type, Stream, readStream, System content, IFormatterLogger formatterLogger ) : Task
WriteToStreamAsync ( Type, type, object value, Stream, writeStream, System content, TransportContext transportContext ) : Task,

Method Details

CanReadType() public méthode

public CanReadType ( Type, type ) : bool
type Type,
Résultat bool

CanWriteType() public méthode

public CanWriteType ( Type, type ) : bool
type Type,
Résultat bool

ReadFromStreamAsync() public méthode

public ReadFromStreamAsync ( Type, type, Stream, readStream, System content, IFormatterLogger formatterLogger ) : Task
type Type,
readStream Stream,
content System
formatterLogger IFormatterLogger
Résultat Task

WriteToStreamAsync() public méthode

public WriteToStreamAsync ( Type, type, object value, Stream, writeStream, System content, TransportContext transportContext ) : Task,
type Type,
value object
writeStream Stream,
content System
transportContext TransportContext
Résultat Task,