Decoder
The Decoder is a function which processes a table of bytes into a Java object instance.
The lifespan of a Decoder is undefined. It is advised to refrain from specifying class fields.
A Decoder must be:
- a public class,
- without a constructor, with a default public constructor, or with a public constructor specifying the parameter com.neotys.extensions.codec.functions.contextual.Context
Home