Uses of Class
org.codehaus.jackson.map.ser.BeanSerializer
-
Packages that use BeanSerializer Package Description 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 Modifier and Type Method Description static BeanSerializer
BeanSerializer. createDummy(java.lang.Class<?> forType)
Method for constructing dummy bean deserializer; one that never outputs any propertiesBeanSerializer
BeanSerializerBuilder. createDummy()
Factory method for constructing an "empty" serializer; one that outputs no properties (but handles JSON objects properly, including type information)Constructors in org.codehaus.jackson.map.ser with parameters of type BeanSerializer Constructor Description BeanSerializer(BeanSerializer src)
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.
-