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