public class InspectingKryo
extends de.javakaffee.kryoserializers.KryoReflectionFactorySupport
| Modifier | Constructor and Description |
|---|---|
protected |
InspectingKryo(InspectingKryoSerializer parent) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
writeClass(Output output,
Class type) |
void |
writeClassAndObject(Output output,
Object object) |
void |
writeObject(Output output,
Object object) |
void |
writeObject(Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer) |
void |
writeObjectOrNull(Output output,
Object object,
Class clazz) |
void |
writeObjectOrNull(Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer) |
newDefaultSerializer, newInstance, newInstanceFromReflectionFactoryaddListener, getClassLoader, getContext, getRegisteredClass, getRegisteredClass, getSerializer, handleUnregisteredClass, isFinal, newSerializer, readClass, readClassAndObject, readObject, readObjectData, register, register, register, register, removeListener, removeRemoteEntity, setClassLoader, setRegistrationOptional, setSerializer, writeObjectDataprotected InspectingKryo(InspectingKryoSerializer parent)
public Registration writeClass(Output output,
Class type)
writeClass in class com.esotericsoftware.kryo.Kryopublic void writeClassAndObject(Output output,
Object object)
writeClassAndObject in class com.esotericsoftware.kryo.Kryopublic void writeObject(Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer)
public void writeObject(Output output,
Object object)
writeObject in class com.esotericsoftware.kryo.Kryopublic void writeObjectOrNull(Output output,
Object object,
com.esotericsoftware.kryo.Serializer serializer)
Copyright © 2015. All rights reserved.