Class BasicSerializerFactory

  • Direct Known Subclasses:
    BeanSerializerFactory

    public abstract class BasicSerializerFactory
    extends SerializerFactory
    Factory class that can provide serializers for standard JDK classes, as well as custom classes that extend standard classes or implement one of "well-known" interfaces (such as Collection).

    Since all the serializers are eagerly instantiated, and there is no additional introspection or customizability of these types, this factory is essentially stateless.