@Deprecated public class DebuggingKryo extends de.javakaffee.kryoserializers.KryoReflectionFactorySupport
KryoReflectionFactorySupport that logs the serialized objects and the
current size of the buffer after the write. Additionally provides the functionality to blacklist
the serialization of specific classes.InspectingKryo| Constructor and Description |
|---|
DebuggingKryo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DebuggingKryo |
blacklist(Class<?>... classes)
Deprecated.
|
void |
writeClassAndObject(com.esotericsoftware.kryo.io.Output buffer,
Object object)
Deprecated.
|
getDefaultSerializer, newInstance, newInstanceFromReflectionFactoryaddDefaultSerializer, addDefaultSerializer, copy, copy, copyShallow, copyShallow, getClassLoader, getClassResolver, getContext, getDepth, getGenerics, getGraphContext, getNextRegistrationId, getReferenceResolver, getReferences, getRegistration, getRegistration, getSerializer, isFinal, isRegistrationRequired, newDefaultSerializer, newInstantiator, newSerializer, readClass, readClassAndObject, readObject, readObject, readObjectOrNull, readObjectOrNull, reference, register, register, register, register, register, reset, setAutoReset, setClassLoader, setDefaultSerializer, setInstantiatorStrategy, setMaxDepth, setReferenceResolver, setReferences, setRegistrationRequired, writeClass, writeObject, writeObject, writeObjectOrNull, writeObjectOrNullpublic DebuggingKryo blacklist(Class<?>... classes)
public void writeClassAndObject(com.esotericsoftware.kryo.io.Output buffer,
Object object)
writeClassAndObject in class com.esotericsoftware.kryo.KryoCopyright © 2015. All rights reserved.