|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicSerializerFactory | |
|---|---|
| org.codehaus.jackson.map.ser | Contains implementation classes of serialization part of data binding. |
| Uses of BasicSerializerFactory in org.codehaus.jackson.map.ser |
|---|
| Subclasses of BasicSerializerFactory in org.codehaus.jackson.map.ser | |
|---|---|
class |
BeanSerializerFactory
Factory class that can provide serializers for any regular Java beans (as defined by "having at least one get method recognizable as bean accessor" -- where Object.getClass() does not count);
as well as for "standard" JDK types. |
class |
CustomSerializerFactory
Serializer factory implementation that allows for configuring mapping between types (classes) and serializers to use, by using multiple types of overrides. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||