de.agilecoders.wicket.jquery.util.serializer
Class IModelSerializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonSerializer<org.apache.wicket.model.IModel>
      extended by de.agilecoders.wicket.jquery.util.serializer.IModelSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class IModelSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.apache.wicket.model.IModel>

IModel json serializer

Author:
Michael Haitz

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
IModelSerializer()
           
 
Method Summary
 void serialize(org.apache.wicket.model.IModel value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IModelSerializer

public IModelSerializer()
Method Detail

serialize

public void serialize(org.apache.wicket.model.IModel value,
                      com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                      com.fasterxml.jackson.databind.SerializerProvider provider)
               throws IOException
Specified by:
serialize in class com.fasterxml.jackson.databind.JsonSerializer<org.apache.wicket.model.IModel>
Throws:
IOException


Copyright © 2017. All Rights Reserved.