Uses of Class
org.codehaus.jackson.map.ser.BeanSerializer
Packages that use BeanSerializer
Package
Description
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 BeanSerializerModifier and TypeMethodDescriptionstatic BeanSerializer
BeanSerializer.createDummy
(Class<?> forType) Method for constructing dummy bean deserializer; one that never outputs any propertiesBeanSerializerBuilder.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 BeanSerializerModifierConstructorDescriptionprotected
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.