Class RpcDispatcher.MarshallerAdapter

java.lang.Object
org.jgroups.blocks.RpcDispatcher.MarshallerAdapter
All Implemented Interfaces:
RpcDispatcher.Marshaller, RpcDispatcher.Marshaller2
Enclosing class:
RpcDispatcher

public static class RpcDispatcher.MarshallerAdapter extends Object implements RpcDispatcher.Marshaller2
Used to provide a Marshaller2 interface to a Marshaller. This class is for internal use only, and will be removed in 3.0 when Marshaller and Marshaller2 get merged. Do not use, but provide an implementation of Marshaller directly, e.g. in setRequestMarshaller().