org.axway.grapes.server.webapp.views.serialization
Class OrganizationSerializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonSerializer<OrganizationView>
      extended by org.axway.grapes.server.webapp.views.serialization.OrganizationSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class OrganizationSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<OrganizationView>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
OrganizationSerializer()
           
 
Method Summary
 void serialize(OrganizationView organizationView, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
           
 
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationSerializer

public OrganizationSerializer()
Method Detail

serialize

public void serialize(OrganizationView organizationView,
                      com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                      com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
               throws IOException,
                      com.fasterxml.jackson.core.JsonProcessingException
Specified by:
serialize in class com.fasterxml.jackson.databind.JsonSerializer<OrganizationView>
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2014. All Rights Reserved.