C# Class Spark.Formatters.BinaryFhirFormatter

Inheritance: Spark.Formatters.FhirMediaTypeFormatter
Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

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

Method Details

BinaryFhirFormatter() public méthode

public BinaryFhirFormatter ( ) : System
Résultat System

CanReadType() public méthode

public CanReadType ( Type type ) : bool
type System.Type
Résultat bool

CanWriteType() public méthode

public CanWriteType ( Type type ) : bool
type System.Type
Résultat bool

ReadFromStreamAsync() public méthode

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

WriteToStreamAsync() public méthode

public WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
writeStream Stream
content System.Net.Http.HttpContent
transportContext System
Résultat System.Threading.Tasks.Task