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, net.openhft.chronicle.core.io.InvalidMarshallableException
IllegalArgumentException
BufferUnderflowException
IllegalStateException
BufferOverflowException
ArithmeticException
net.openhft.chronicle.core.io.InvalidMarshallableException
Object[] decode(Object[] lastObjects, BytesIn<?> in) throws BufferUnderflowException, IllegalStateException, net.openhft.chronicle.core.io.InvalidMarshallableException
BufferUnderflowException
IllegalStateException
net.openhft.chronicle.core.io.InvalidMarshallableException
Copyright © 2023. All rights reserved.