public interface MethodEncoder
Modifier and Type | Method and Description |
---|---|
Object[] |
decode(Object[] lastObjects,
BytesIn<?> in) |
void |
encode(Object[] objects,
BytesOut<?> out) |
long |
messageId() |
long messageId()
void encode(Object[] objects, BytesOut<?> out) throws IllegalArgumentException, BufferUnderflowException, IllegalStateException, BufferOverflowException, ArithmeticException
Object[] decode(Object[] lastObjects, BytesIn<?> in) throws BufferUnderflowException, IllegalStateException
Copyright © 2022. All rights reserved.