public interface ISerializationConverterRegistry
SerializationConverterRegistry for registration via the SPI
interface.| Modifier and Type | Method and Description |
|---|---|
void |
registerSerializationConverter(Class<?> aClass,
ISerializationConverter aConverter)
Register a new serialization converter.
|
void registerSerializationConverter(@Nonnull Class<?> aClass, @Nonnull ISerializationConverter aConverter)
aClass - The class for which the converter is meant. May not be
null.aConverter - The converter to be registered. May not be null.IllegalArgumentException - If the passed class already implements the java.io.Serializable
interface.Copyright © 2014–2015 Philip Helger. All rights reserved.