|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.javakaffee.web.msm.serializer.kryo.WicketSerializerFactory
public class WicketSerializerFactory
A meta SerializerFactory and KryoCustomization that represents WicketMiniMapRegistration
and WicketChildListSerializerFactory. Therefore you can just register this WicketSerializerFactory
as custom converter.
| Constructor Summary | |
|---|---|
WicketSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
Creates a new instances. |
|
| Method Summary | |
|---|---|
void |
customize(com.esotericsoftware.kryo.Kryo kryo)
Customize the provided Kryo instance. |
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 |
| Constructor Detail |
|---|
public WicketSerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
kryo - the kryo instance that must be provided.| Method Detail |
|---|
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.public void customize(com.esotericsoftware.kryo.Kryo kryo)
KryoCustomizationKryo instance.
customize in interface KryoCustomizationkryo - the Kryo instance to customize.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||