|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.javakaffee.web.msm.serializer.kryo.CGLibProxySerializerFactory
public class CGLibProxySerializerFactory
A SerializerFactory that creates CGLibProxySerializer instances. Additionally
as KryoCustomization it registers a CGLibProxySerializer for the
CGLibProxySerializer.CGLibProxyMarker class.
| Constructor Summary | |
|---|---|
CGLibProxySerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
Creates a new instances. |
|
| Method Summary | |
|---|---|
void |
customize(com.esotericsoftware.kryo.Kryo kryo)
Customize the provided Kryo instance. |
boolean |
handleUnregisteredClass(Class<?> type)
Allows to handle the given unregistered class as a replacement of Kryo.handleUnregisteredClass(Class). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CGLibProxySerializerFactory(com.esotericsoftware.kryo.Kryo kryo)
kryo - the kryo instance that must be provided.| Method Detail |
|---|
public void customize(com.esotericsoftware.kryo.Kryo kryo)
KryoCustomizationKryo instance.
customize in interface KryoCustomizationkryo - the Kryo instance to customize.public boolean handleUnregisteredClass(Class<?> type)
UnregisteredClassHandlerKryo.handleUnregisteredClass(Class). true must be returned
if the class was handled and Kryo.handleUnregisteredClass(Class) shall
not be invoked by the caller.
handleUnregisteredClass in interface UnregisteredClassHandlertype - the type to handle.
true if the class was handled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||