Package org.apache.storm.clojure
Class ClojureSerializationRegister
java.lang.Object
org.apache.storm.clojure.ClojureSerializationRegister
- All Implemented Interfaces:
 SerializationRegister
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidregister(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:SerializationRegisterRegister any serializers needed with the kryo instance.- Specified by:
 registerin interfaceSerializationRegister- Parameters:
 kryo- what to register the serializers with.- Throws:
 Exception
 
 -