C
- command execution contextpublic interface CommandMarshaller<C>
Modifier and Type | Method and Description |
---|---|
<R> byte[] |
marshal(Command<R,C> command)
Marshals the specified command to a byte[].
|
<R> byte[] marshal(Command<R,C> command) throws IOException
command
- a commandIOException
- if marshalling fails.Copyright © 2018 JBoss by Red Hat. All rights reserved.