Objects implementing this interface will be serialized by Rama across disk or network boundaries using
Java serialization. Convenient for prototyping, but generally more efficient to use a first-class
serialization framework like
Protocol Buffers
or
Thrift and integrate using implementation of
RamaCustomSerialization
.