backtype.storm.serialization
Class DefaultKryoFactory.KryoSerializableDefault

java.lang.Object
  extended by com.esotericsoftware.kryo.Kryo
      extended by backtype.storm.serialization.DefaultKryoFactory.KryoSerializableDefault
Enclosing class:
DefaultKryoFactory

public static class DefaultKryoFactory.KryoSerializableDefault
extends com.esotericsoftware.kryo.Kryo


Field Summary
 
Fields inherited from class com.esotericsoftware.kryo.Kryo
NOT_NULL, NULL
 
Constructor Summary
DefaultKryoFactory.KryoSerializableDefault()
           
 
Method Summary
 com.esotericsoftware.kryo.Serializer getDefaultSerializer(Class type)
           
 void overrideDefault(boolean value)
           
 
Methods inherited from class com.esotericsoftware.kryo.Kryo
addDefaultSerializer, addDefaultSerializer, copy, copy, copyShallow, copyShallow, getClassLoader, getClassResolver, getContext, getDepth, getGenerics, getGraphContext, getNextRegistrationId, getReferenceResolver, getReferences, getRegistration, getRegistration, getSerializer, isFinal, isRegistrationRequired, newDefaultSerializer, newInstance, newInstantiator, newSerializer, readClass, readClassAndObject, readObject, readObject, readObjectOrNull, readObjectOrNull, reference, register, register, register, register, register, reset, setAutoReset, setClassLoader, setDefaultSerializer, setInstantiatorStrategy, setMaxDepth, setReferenceResolver, setReferences, setRegistrationRequired, writeClass, writeClassAndObject, writeObject, writeObject, writeObjectOrNull, writeObjectOrNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultKryoFactory.KryoSerializableDefault

public DefaultKryoFactory.KryoSerializableDefault()
Method Detail

overrideDefault

public void overrideDefault(boolean value)

getDefaultSerializer

public com.esotericsoftware.kryo.Serializer getDefaultSerializer(Class type)
Overrides:
getDefaultSerializer in class com.esotericsoftware.kryo.Kryo


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.