com.atlassian.confluence.rest.serialization
Class RestListSerializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonSerializer<T>
      extended by org.codehaus.jackson.map.ser.std.SerializerBase<RestList<?>>
          extended by com.atlassian.confluence.rest.serialization.RestListSerializer
All Implemented Interfaces:
org.codehaus.jackson.schema.SchemaAware

public class RestListSerializer
extends org.codehaus.jackson.map.ser.std.SerializerBase<RestList<?>>


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
 
Constructor Summary
RestListSerializer()
           
 
Method Summary
 void serialize(RestList<?> restList, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider arg2)
           
 
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
 

Constructor Detail

RestListSerializer

public RestListSerializer()
Method Detail

serialize

public void serialize(RestList<?> restList,
                      org.codehaus.jackson.JsonGenerator jsonGen,
                      org.codehaus.jackson.map.SerializerProvider arg2)
               throws java.io.IOException,
                      org.codehaus.jackson.JsonGenerationException
Specified by:
serialize in class org.codehaus.jackson.map.ser.std.SerializerBase<RestList<?>>
Throws:
java.io.IOException
org.codehaus.jackson.JsonGenerationException


Copyright © 2003-2014 Atlassian. All Rights Reserved.