public interface MethodWriter
MarshallableOut target.
Typically implemented by proxies created via MarshallableOut.methodWriter(Class, Class...) or
VanillaMethodWriterBuilder. Implementations should ensure that method
invocations on the writer result in corresponding messages being written to the configured MarshallableOut.| Modifier and Type | Method and Description |
|---|---|
void |
marshallableOut(MarshallableOut out)
Transforms or serializes the internal state of the implementer to the provided
MarshallableOut instance. |
void marshallableOut(MarshallableOut out)
MarshallableOut instance. Implementers should handle the logic for
extracting their state and using the methods available on the out parameter
to output this state in the appropriate format.out - The MarshallableOut instance to which the implementer's state should be written.Copyright © 2026 Chronicle Software Ltd. All rights reserved.