ResponseCodec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports raw serialization of Response<TResult> values.
public abstract class ResponseCodec
type ResponseCodec = class
Public MustInherit Class ResponseCodec
- Inheritance
-
ResponseCodec
Constructors
ResponseCodec() |
Methods
ReadRaw<TInput>(Reader<TInput>, Field) | |
WriteRaw<TBufferWriter>(Writer<TBufferWriter>, Object) |