메소드 | 설명 | |
---|---|---|
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, |
public ReadFromStreamAsync ( Type, type, Stream, readStream, System content, IFormatterLogger formatterLogger ) : Task | ||
type | Type, | |
readStream | Stream, | |
content | System | |
formatterLogger | IFormatterLogger | |
리턴 | Task |
public WriteToStreamAsync ( Type, type, object value, Stream, writeStream, System content, TransportContext transportContext ) : Task, | ||
type | Type, | |
value | object | |
writeStream | Stream, | |
content | System | |
transportContext | TransportContext | |
리턴 | Task, |