Package org.dhatim.javabean.decoders Description
Pre-installed data type decoders.
Package Specification
All the decoders defined in this package should implement the
DataDecoder
interface, as well as follow the naming convention "
typeDecoder", where
"type" is datatype to which the implementation decodes. This allows the decoder for
"type" to be loaded automatically in some situations.
Read the
DataDecoder docs for more information.