Class CommandDispatcherMarshaller<C,MC>

java.lang.Object
org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherMarshaller<C,MC>
Type Parameters:
C - the command execution context
MC - the marshalling context
All Implemented Interfaces:
CommandMarshaller<C>

public class CommandDispatcherMarshaller<C,MC> extends Object implements CommandMarshaller<C>
Marshaller for commands.
Author:
Paul Ferraro