Uses of Class
org.codehaus.jackson.map.ser.BeanSerializerFactory
-
Packages that use BeanSerializerFactory Package Description org.codehaus.jackson.map.ser 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.ser Modifier and Type Class Description class
CustomSerializerFactory
Serializer 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 BeanSerializerFactory Modifier and Type Field Description static BeanSerializerFactory
BeanSerializerFactory. instance
LikeBasicSerializerFactory
, this factory is stateless, and thus a single shared global (== singleton) instance can be used without thread-safety issues.
-