Class BeanSerializerBase

All Implemented Interfaces:
ResolvableSerializer, SchemaAware
Direct Known Subclasses:
BeanSerializer, UnwrappingBeanSerializer

public abstract class BeanSerializerBase extends SerializerBase<Object> implements ResolvableSerializer, SchemaAware
Base class both for the standard bean serializer, and couple of variants that only differ in small details. Can be used for custom bean serializers as well, although that is not the primary design goal.
Since:
1.9