Package org.jgroups.blocks
Interface RpcDispatcher.Marshaller
-
- All Known Subinterfaces:
RpcDispatcher.Marshaller2
- All Known Implementing Classes:
RpcDispatcher.MarshallerAdapter
- Enclosing class:
- RpcDispatcher
public static interface RpcDispatcher.Marshaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
objectFromByteBuffer(byte[] buf)
byte[]
objectToByteBuffer(java.lang.Object obj)
-