|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanSerializer | |
---|---|
org.codehaus.jackson.map.ser | Contains implementation classes of serialization part of data binding. |
Uses of BeanSerializer in org.codehaus.jackson.map.ser |
---|
Methods in org.codehaus.jackson.map.ser that return BeanSerializer | |
---|---|
BeanSerializer |
BeanSerializerBuilder.createDummy()
Factory method for constructing an "empty" serializer; one that outputs no properties (but handles JSON objects properly, including type information) |
static BeanSerializer |
BeanSerializer.createDummy(Class<?> forType)
Method for constructing dummy bean deserializer; one that never outputs any properties |
Constructors in org.codehaus.jackson.map.ser with parameters of type BeanSerializer | |
---|---|
BeanSerializer(BeanSerializer src)
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |