DelegatingCodecAPI
Attributes
- Graph
- Supertypes
Members list
Value members
Concrete methods
Decodes partial data from a byte array
Decodes partial data from a byte array
Attributes
- bytes
an byte array
- codec
the implementation-specific codec type
- Returns:
either a PayloadError, or the partial data, which can be combined with partial data coming from the metadata.
Decodes partial data from a byte buffer, returning a function that is able to reconstruct the full data, provided a map resulting from the decoding of the metadata.
Decodes partial data from a byte buffer, returning a function that is able to reconstruct the full data, provided a map resulting from the decoding of the metadata.
Attributes
- bytes
a bytue buffer
- codec
the implementation-specific codec
- Returns:
either a PayloadError, or the partial data, which can be combined with partial data coming from the metadata.
Writes data to a byte array. Field values bound to http metadata (path/query/headers) must be eluded.
Writes data to a byte array. Field values bound to http metadata (path/query/headers) must be eluded.
Attributes
- codec
the implementation-specific codec
- value
the value to encode
Inherited methods
Turns a Schema into this API's preferred representation.
Turns a Schema into this API's preferred representation.
Attributes
- cache
a Cache that can be used to optimise the compilation of Schemas into Codecs.
- schema
the value's schema
- Returns:
the codec associated to the A value.
- Inherited from:
- CodecAPI
Turns a Schema into this API's preferred representation.
Turns a Schema into this API's preferred representation.
Attributes
- schema
the value's schema
- Returns:
the codec associated to the A value.
- Inherited from:
- CodecAPI
Attributes
- Inherited from:
- CodecAPI
Attributes
- Inherited from:
- CodecAPI
Attributes
- Inherited from:
- CodecAPI