Package com.helger.commons.serialize.convert
package com.helger.commons.serialize.convert
-
ClassDescriptionImplementation of
ISerializationConverterRegistrarSPIfor basic types like Charset etc.Interface to be implemented to read and write objects.A callback interface that is used to iterate all available serialization converters.SPI interface to be implemented by other modules wishing to register their own serialization converters.This is the callback interface implemented bySerializationConverterRegistryfor registration via the SPI interface.A utility class for converting objects from and to serializable format.
All converters are registered in theSerializationConverterRegistry.The registry that keeps the mappings for serialization converters.