public class InspectingKryo
extends de.javakaffee.kryoserializers.KryoReflectionFactorySupport
| Modifier | Constructor and Description |
|---|---|
protected |
InspectingKryo(InspectingKryoSerializer parent) |
| Modifier and Type | Method and Description |
|---|---|
com.esotericsoftware.kryo.Registration |
writeClass(com.esotericsoftware.kryo.io.Output output,
Class type) |
void |
writeClassAndObject(com.esotericsoftware.kryo.io.Output output,
Object object) |
void |
writeObject(com.esotericsoftware.kryo.io.Output output,
Object object) |
void |
writeObject(com.esotericsoftware.kryo.io.Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer) |
void |
writeObjectOrNull(com.esotericsoftware.kryo.io.Output output,
Object object,
Class clazz) |
void |
writeObjectOrNull(com.esotericsoftware.kryo.io.Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer) |
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, setRegistrationRequiredprotected InspectingKryo(InspectingKryoSerializer parent)
public com.esotericsoftware.kryo.Registration writeClass(com.esotericsoftware.kryo.io.Output output,
Class type)
writeClass in class com.esotericsoftware.kryo.Kryopublic void writeClassAndObject(com.esotericsoftware.kryo.io.Output output,
Object object)
writeClassAndObject in class com.esotericsoftware.kryo.Kryopublic void writeObject(com.esotericsoftware.kryo.io.Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer)
writeObject in class com.esotericsoftware.kryo.Kryopublic void writeObject(com.esotericsoftware.kryo.io.Output output,
Object object)
writeObject in class com.esotericsoftware.kryo.Kryopublic void writeObjectOrNull(com.esotericsoftware.kryo.io.Output output,
Object object,
Class clazz)
writeObjectOrNull in class com.esotericsoftware.kryo.Kryopublic void writeObjectOrNull(com.esotericsoftware.kryo.io.Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer)
writeObjectOrNull in class com.esotericsoftware.kryo.KryoCopyright © 2015. All rights reserved.