Package org.apache.storm.clojure
Class ClojureSerializationRegister
- java.lang.Object
-
- org.apache.storm.clojure.ClojureSerializationRegister
-
- All Implemented Interfaces:
SerializationRegister
public class ClojureSerializationRegister extends Object implements SerializationRegister
-
-
Constructor Summary
Constructors Constructor Description ClojureSerializationRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(com.esotericsoftware.kryo.Kryo kryo)
Register any serializers needed with the kryo instance.
-
-
-
Method Detail
-
register
public void register(com.esotericsoftware.kryo.Kryo kryo) throws Exception
Description copied from interface:SerializationRegister
Register any serializers needed with the kryo instance.- Specified by:
register
in interfaceSerializationRegister
- Parameters:
kryo
- what to register the serializers with.- Throws:
Exception
-
-