Jackson Glossary: CustomSerializerFactory
Package (jar): jackson-mapper
Role
Alternative to BeanSerializerFactory, can be used to add custom JsonSerializers.
Note: as of Jackson 1.7, use of this class is discouraged; recommended method is to use new Module interface to add custom serializers.
Back to Jackson Term Glossary
