public abstract class PageableListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>
PageableList objects into JSON.| Constructor and Description |
|---|
PageableListSerializer(String rootNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(PageableList<?> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(PageableList<?> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
public PageableListSerializer(String rootNode)
public void serialize(PageableList<?> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>IOExceptionpublic void serializeWithType(PageableList<?> value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException
serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>IOExceptionCopyright © 2017. All Rights Reserved.