Package org.apache.storm.clojure
Class ClojureSerializationRegister
java.lang.Object
org.apache.storm.clojure.ClojureSerializationRegister
- All Implemented Interfaces:
SerializationRegister
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(com.esotericsoftware.kryo.Kryo kryo) Register any serializers needed with the kryo instance.
-
Constructor Details
-
ClojureSerializationRegister
public ClojureSerializationRegister()
-
-
Method Details
-
register
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
-