-
Sub-task
-
Resolution: Done
-
Major
-
19.1.0.Final
-
None
The clustering modules currently contain a moderate level of code duplication to marshal an arbitrary object to/from a byte buffer. We should create an interface to encapsulate this logic (e.g. ByteBufferMarshaller) such that we eliminate this duplication, and simply the process of adding another marshalling implementation (i.e. ProtoStream).