public abstract class PageableListSerializer extends org.codehaus.jackson.map.JsonSerializer<PageableList<?>>
PageableList objects into JSON.| Constructor and Description |
|---|
PageableListSerializer(String rootNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(PageableList<?> value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
public PageableListSerializer(String rootNode)
public void serialize(PageableList<?> value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) throws IOException
serialize in class org.codehaus.jackson.map.JsonSerializer<PageableList<?>>IOExceptionCopyright © 2015. All Rights Reserved.