Encoder
The Encoder is a function which processes an object into a table of bytes.
The lifespan of an Encoder is undefined. It is advised to refrain from specifying class fields.
An Encoder 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