@FunctionalInterface public interface WriteBytesMarshallable extends CommonMarshallable
Modifier and Type | Method and Description |
---|---|
void |
writeMarshallable(BytesOut<?> bytes)
Write to Bytes.
|
usesSelfDescribingMessage
void writeMarshallable(BytesOut<?> bytes) throws IllegalStateException, BufferOverflowException, BufferUnderflowException, IllegalArgumentException, ArithmeticException, net.openhft.chronicle.core.io.InvalidMarshallableException
This method is responsible for calling net.openhft.chronicle.core.io.Validatable#validate() as needed
bytes
- to write to.IllegalStateException
BufferOverflowException
BufferUnderflowException
IllegalArgumentException
ArithmeticException
net.openhft.chronicle.core.io.InvalidMarshallableException
Copyright © 2023. All rights reserved.