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

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

public class ListSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<ListView>

List Serializer

Handle the Json serialization of list views.

Author:
jdcoffre

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
ListSerializer()
           
 
Method Summary
 void serialize(ListView listView, com.fasterxml.jackson.core.JsonGenerator json, com.fasterxml.jackson.databind.SerializerProvider serializer)
           
 
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

ListSerializer

public ListSerializer()
Method Detail

serialize

public void serialize(ListView listView,
                      com.fasterxml.jackson.core.JsonGenerator json,
                      com.fasterxml.jackson.databind.SerializerProvider serializer)
               throws IOException
Specified by:
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ListView>
Throws:
IOException


Copyright © 2014. All Rights Reserved.