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