| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.ser | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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(JavaType forType)
Method for constructing dummy bean serializer; one that
 never outputs any properties 
 | 
protected BeanSerializer | 
BeanSerializer.withIgnorals(String[] toIgnore)  | 
BeanSerializer | 
BeanSerializer.withObjectIdWriter(ObjectIdWriter objectIdWriter)  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.