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