public class WicketChildListSerializerFactory extends Object implements SerializerFactory
SerializerFactory that creates a FieldSerializer instance for
wickets MarkupContainer.ChildList instances.| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_CLASS_NAME |
| Constructor and Description |
|---|
WicketChildListSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
Creates a new instances.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public static final String SERIALIZED_CLASS_NAME
public WicketChildListSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
kryo - the kryo instance that must be provided.public com.esotericsoftware.kryo.Serializer newSerializer(Class<?> type)
SerializerFactorynull if the type is not supported
by this factory.newSerializer in interface SerializerFactorytype - the type a serializer shall be created for.Serializer implementation or null.Copyright © 2009-2016. All Rights Reserved.