- java.lang.Object
-
- org.codehaus.jackson.map.JsonSerializer
-
- org.codehaus.jackson.map.ser.std.SerializerBase
-
- org.alfresco.rest.framework.jacksonextensions.SerializerOfCollectionWithPaging
-
- All Implemented Interfaces:
- org.codehaus.jackson.schema.SchemaAware
public class SerializerOfCollectionWithPaging
extends org.codehaus.jackson.map.ser.std.SerializerBase
Serializes CollectionWithPagingInfo into the correct response format, with Paging information and entries//
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer
org.codehaus.jackson.map.JsonSerializer.None
-
Field Summary
-
Fields inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
_handledType
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
serialize(CollectionWithPagingInfo pagedCol,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
-
Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
-
Methods inherited from class org.codehaus.jackson.map.JsonSerializer
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
serialize
public void serialize(CollectionWithPagingInfo pagedCol,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider)
throws java.io.IOException,
org.codehaus.jackson.JsonGenerationException
- Specified by:
serialize
in class org.codehaus.jackson.map.ser.std.SerializerBase
- Throws:
java.io.IOException
org.codehaus.jackson.JsonGenerationException
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.