Uses of Class
org.codehaus.jackson.map.ser.BeanSerializerFactory
Packages that use BeanSerializerFactory
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializerFactory in org.codehaus.jackson.map.ser
Subclasses of BeanSerializerFactory in org.codehaus.jackson.map.serModifier and TypeClassDescriptionclassSerializer factory implementation that allows for configuring mapping between types (classes) and serializers to use, by using multiple types of overrides.Fields in org.codehaus.jackson.map.ser declared as BeanSerializerFactoryModifier and TypeFieldDescriptionstatic final BeanSerializerFactoryBeanSerializerFactory.instanceLikeBasicSerializerFactory, this factory is stateless, and thus a single shared global (== singleton) instance can be used without thread-safety issues.