public class BackReferencedBeanSerializer<T>
extends org.codehaus.jackson.map.JsonSerializer<T>
| Constructor and Description |
|---|
BackReferencedBeanSerializer(org.codehaus.jackson.map.JsonSerializer<T> delegate,
List<org.codehaus.jackson.map.ser.BeanPropertyWriter> list,
CouchDbConnector couchDbConnector) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(T value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
public BackReferencedBeanSerializer(org.codehaus.jackson.map.JsonSerializer<T> delegate, List<org.codehaus.jackson.map.ser.BeanPropertyWriter> list, CouchDbConnector couchDbConnector)
public void serialize(T value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) throws IOException, org.codehaus.jackson.JsonProcessingException
serialize in class org.codehaus.jackson.map.JsonSerializer<T>IOExceptionorg.codehaus.jackson.JsonProcessingExceptionCopyright © 2012. All Rights Reserved.