|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanSerializerFactory | |
---|---|
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 | |
---|---|
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 | |
---|---|
static BeanSerializerFactory |
BeanSerializerFactory.instance
Like BasicSerializerFactory , this factory is stateless, and
thus a single shared global (== singleton) instance can be used
without thread-safety issues. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |