de.javakaffee.web.msm.serializer.kryo
Class WicketChildListSerializerFactory

java.lang.Object
  extended by de.javakaffee.web.msm.serializer.kryo.WicketChildListSerializerFactory
All Implemented Interfaces:
SerializerFactory

public class WicketChildListSerializerFactory
extends Object
implements SerializerFactory

A SerializerFactory that creates a FieldSerializer instance for wickets MarkupContainer.ChildList instances.

Author:
Martin Grotzke

Field Summary
static String SERIALIZED_CLASS_NAME
           
 
Constructor Summary
WicketChildListSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
          Creates a new instances.
 
Method Summary
 com.esotericsoftware.kryo.Serializer newSerializer(Class<?> type)
          Returns a serializer for the specified type or null if the type is not supported by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERIALIZED_CLASS_NAME

public static final String SERIALIZED_CLASS_NAME
Constructor Detail

WicketChildListSerializerFactory

public WicketChildListSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
Creates a new instances.

Parameters:
kryo - the kryo instance that must be provided.
Method Detail

newSerializer

public com.esotericsoftware.kryo.Serializer newSerializer(Class<?> type)
Description copied from interface: SerializerFactory
Returns a serializer for the specified type or null if the type is not supported by this factory.

Specified by:
newSerializer in interface SerializerFactory
Parameters:
type - the type a serializer shall be created for.
Returns:
a Serializer implementation or null.


Copyright © 2009-2012. All Rights Reserved.