public abstract class PageableListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>
PageableList objects into JSON.| Constructor and Description |
|---|
PageableListSerializer(java.lang.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 void serialize(PageableList<?> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws java.io.IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>java.io.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 java.io.IOException
serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<PageableList<?>>java.io.IOExceptionCopyright © 2016. All Rights Reserved.