public class BackReferencedBeanSerializer<T>
extends com.fasterxml.jackson.databind.JsonSerializer<T>
Constructor and Description |
---|
BackReferencedBeanSerializer(com.fasterxml.jackson.databind.JsonSerializer<T> delegate,
List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> list,
CouchDbConnector couchDbConnector) |
Modifier and Type | Method and Description |
---|---|
void |
serialize(T value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public BackReferencedBeanSerializer(com.fasterxml.jackson.databind.JsonSerializer<T> delegate, List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> list, CouchDbConnector couchDbConnector)
public void serialize(T value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<T>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2013. All Rights Reserved.