Interface CommandMarshaller<C>

Type Parameters:
C - command execution context
All Known Implementing Classes:
CommandDispatcherMarshaller

public interface CommandMarshaller<C>
Marshalling strategy for a command.
Author:
Paul Ferraro