public interface UnregisteredClassHandler
handleUnregisteredClass(Class) in Kryo.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleUnregisteredClass(java.lang.Class<?> type)
Allows to handle the given unregistered class as a replacement of
Kryo.handleUnregisteredClass(Class). |
boolean handleUnregisteredClass(java.lang.Class<?> type)
Kryo.handleUnregisteredClass(Class). true must be returned
if the class was handled and Kryo.handleUnregisteredClass(Class) shall
not be invoked by the caller.type - the type to handle.true if the class was handled.Copyright © 2009-2014. All Rights Reserved.