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, newInstanceFromReflectionFactory
addDefaultSerializer, 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
protected InspectingKryo(InspectingKryoSerializer parent)
public com.esotericsoftware.kryo.Registration writeClass(com.esotericsoftware.kryo.io.Output output, Class type)
writeClass
in class com.esotericsoftware.kryo.Kryo
public void writeClassAndObject(com.esotericsoftware.kryo.io.Output output, Object object)
writeClassAndObject
in class com.esotericsoftware.kryo.Kryo
public void writeObject(com.esotericsoftware.kryo.io.Output output, Object object, com.esotericsoftware.kryo.Serializer serializer)
writeObject
in class com.esotericsoftware.kryo.Kryo
public void writeObject(com.esotericsoftware.kryo.io.Output output, Object object)
writeObject
in class com.esotericsoftware.kryo.Kryo
public void writeObjectOrNull(com.esotericsoftware.kryo.io.Output output, Object object, Class clazz)
writeObjectOrNull
in class com.esotericsoftware.kryo.Kryo
public void writeObjectOrNull(com.esotericsoftware.kryo.io.Output output, Object object, com.esotericsoftware.kryo.Serializer serializer)
writeObjectOrNull
in class com.esotericsoftware.kryo.Kryo
Copyright © 2015. All rights reserved.