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

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

public class DependencyListSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<DependencyListView>

Handle the serialization of Dependency List

Author:
jdcoffre

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
DependencyListSerializer()
           
 
Method Summary
 void serialize(DependencyListView dependencyListView, 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

DependencyListSerializer

public DependencyListSerializer()
Method Detail

serialize

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


Copyright © 2014. All Rights Reserved.