All Classes and Interfaces
Class
Description
An operator on the result a codec, describing how to transform the result on both encoding and decoding.
Decodes objects from a serialized form.
Like a
Decoder
, but deserializes from a Dynamic
, which combines the serialized form and the DynamicOps
for that form.Like a
Decoder.Terminal
, but deserializes from a Dynamic
, which combines the serialized form and the DynamicOps
for that form.Can decode an object from a serialized form, but does not return any remaining serialized data.
Encodes objects to a serialized form.
Delegate codecs allow using the value of an initially decoded key to determine how to decode the rest of the input.
A combined
MapEncoder
and MapDecoder
which can convert objects to and from a series of fields.