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
      @NotNull DatasetExt read​(net.openhft.chronicle.bytes.Bytes in, DatasetExt datasetExt)  
      @NotNull DatasetExtBytesMarshaller readResolve()  
      void write​(net.openhft.chronicle.bytes.Bytes out, @NotNull DatasetExt datasetExt)  
      • Methods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable

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

        $fieldInfoMap, $fieldInfos, className, 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

        binaryLengthLength, writeValue
    • Method Detail

      • write

        public void write​(net.openhft.chronicle.bytes.Bytes out,
                          @NotNull
                          @NotNull DatasetExt datasetExt)
        Specified by:
        write in interface net.openhft.chronicle.hash.serialization.BytesWriter<DatasetExt>