de.javakaffee.web.msm.serializer.kryo
Class WicketChildListSerializerFactory
java.lang.Object
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
|
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 |
SERIALIZED_CLASS_NAME
public static final String SERIALIZED_CLASS_NAME
WicketChildListSerializerFactory
public WicketChildListSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
- Creates a new instances.
- Parameters:
kryo - the kryo instance that must be provided.
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.