Interface RpcDispatcher.Marshaller
- All Known Subinterfaces:
RpcDispatcher.Marshaller2
- All Known Implementing Classes:
RpcDispatcher.MarshallerAdapter
- Enclosing class:
RpcDispatcher
public static interface RpcDispatcher.Marshaller
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionobjectFromByteBuffer(byte[] buf) byte[]objectToByteBuffer(Object obj)
-
Method Details
-
objectToByteBuffer
-
objectFromByteBuffer
-