com.atlassian.confluence.rest.serialization
Class RestEntitySerializer

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

public class RestEntitySerializer
extends org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>


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
protected RestEntitySerializer()
           
 
Method Summary
 void serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider)
           
 
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

RestEntitySerializer

protected RestEntitySerializer()
Method Detail

serialize

public void serialize(RestEntity entity,
                      org.codehaus.jackson.JsonGenerator jsonGen,
                      org.codehaus.jackson.map.SerializerProvider serializerProvider)
               throws java.io.IOException
Specified by:
serialize in class org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>
Throws:
java.io.IOException


Copyright © 2003-2014 Atlassian. All Rights Reserved.