Class DatasetExtBytesMarshaller

  • All Implemented Interfaces:
    net.openhft.chronicle.bytes.CommonMarshallable, net.openhft.chronicle.core.io.Resettable, net.openhft.chronicle.core.util.ReadResolvable<DatasetExtBytesMarshaller>, net.openhft.chronicle.hash.serialization.BytesReader<DatasetExt>, net.openhft.chronicle.hash.serialization.BytesWriter<DatasetExt>, net.openhft.chronicle.wire.Marshallable, net.openhft.chronicle.wire.ReadMarshallable, net.openhft.chronicle.wire.WriteMarshallable, net.openhft.chronicle.wire.WriteValue

    public class DatasetExtBytesMarshaller
    extends Object
    implements net.openhft.chronicle.hash.serialization.BytesWriter<DatasetExt>, net.openhft.chronicle.hash.serialization.BytesReader<DatasetExt>, net.openhft.chronicle.core.util.ReadResolvable<DatasetExtBytesMarshaller>
    • Field Summary

      • Fields inherited from interface net.openhft.chronicle.wire.ReadMarshallable

        DISCARD
      • Fields inherited from interface net.openhft.chronicle.wire.WriteMarshallable

        EMPTY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DatasetExt read​(net.openhft.chronicle.bytes.Bytes in, DatasetExt datasetExt)  
      DatasetExtBytesMarshaller readResolve()  
      void write​(net.openhft.chronicle.bytes.Bytes out, DatasetExt datasetExt)  
      • Methods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable

        usesSelfDescribingMessage
      • Methods inherited from interface net.openhft.chronicle.wire.Marshallable

        $fieldInfoMap, $fieldInfos, className, copyFrom, copyTo, deepCopy, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, writeMarshallable
      • Methods inherited from interface net.openhft.chronicle.wire.ReadMarshallable

        unexpectedField
      • Methods inherited from interface net.openhft.chronicle.wire.WriteMarshallable

        writeValue