- All Implemented Interfaces:
- net.openhft.chronicle.bytes.BytesMarshallable, net.openhft.chronicle.bytes.CommonMarshallable, net.openhft.chronicle.bytes.ReadBytesMarshallable, net.openhft.chronicle.bytes.WriteBytesMarshallable, net.openhft.chronicle.core.io.Resettable, Marshallable, ReadMarshallable, WriteMarshallable, WriteValue
- Direct Known Subclasses:
- AbstractClassGenerator.MetaData, AbstractHeader, AbstractMarshallableCfg, ChronicleChannelCfg, ChronicleServiceMain, HostPortCfg, Reductions.Counting, SelfDescribingTriviallyCopyable, SystemContext, VanillaMessageHistory
public abstract class SelfDescribingMarshallable
extends Object
Represents an abstraction of marshallable objects that are self-describing by default.
This class extends AbstractCommonMarshallable and ensures that instances
inherently use self-describing messages.