public interface SerializerFactory
Serializer objects.| Modifier and Type | Method and Description |
|---|---|
Serializer |
createSerializer(ClassLoader loader)
Create a new Serializer.
|
Serializer createSerializer(ClassLoader loader)
If the new Serializer is an instance of ClassLoaderAware and the specified ClassLoader is non-null, the new Serializer will be configured with the ClassLoader before it is returned to the caller.
loader - the optional ClassLoader with which to configure the new Serializer.