Method | Description | |
---|---|---|
CanReadType ( |
||
CanWriteType ( |
||
Formatter ( bool>.Func |
||
ReadFromStreamAsync ( |
||
WriteToStreamAsync ( |
public Formatter ( bool>.Func |
||
canReadType | bool>.Func | |
canWriteType | bool>.Func | |
readFromStream | Func | |
writeToStream | Task>.Func | |
return | System |
public ReadFromStreamAsync ( |
||
type | ||
readStream | Stream | |
content | ||
formatterLogger | IFormatterLogger | |
return | Task |
public WriteToStreamAsync ( |
||
type | ||
value | object | |
writeStream | Stream | |
content | ||
transportContext | System.Net.TransportContext | |
cancellationToken | ||
return | Task |