Module net.luis.utils
Package net.luis.utils.io.codec.encoder
package net.luis.utils.io.codec.encoder
-
ClassDescriptionEncoder<C>Represents an encoder for a specific type.
The implementation encodes a value of the type specified by the type provider
and returns a result containing the encoded value or an error message.Thrown when an error occurs during encoding an object.Extension ofEncoder
that allows encoding keys.
A key is a string used to identify a value in a data structure.