Interface ISerializationConverterRegistrarSPI
- All Known Implementing Classes:
BasicSerializationConverterRegistrar
SPI interface to be implemented by other modules wishing to register their
own serialization converters.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister all your serialization converters in the passed interface
-
Method Details
-
registerSerializationConverter
Register all your serialization converters in the passed interface- Parameters:
aRegistry- The registry to register your converters. Nevernull.
-