Class DatasetExtBytesMarshaller

java.lang.Object
thredds.server.catalog.tracker.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

    Modifier and Type
    Method
    Description
    @NotNull DatasetExt
    read(net.openhft.chronicle.bytes.Bytes in, DatasetExt datasetExt)
     
     
    void
    write(net.openhft.chronicle.bytes.Bytes out, @NotNull DatasetExt datasetExt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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 Details

    • readResolve

      @NotNull public @NotNull DatasetExtBytesMarshaller readResolve()
      Specified by:
      readResolve in interface net.openhft.chronicle.core.util.ReadResolvable<DatasetExtBytesMarshaller>
    • read

      @NotNull public @NotNull DatasetExt read(net.openhft.chronicle.bytes.Bytes in, @Nullable DatasetExt datasetExt) throws RuntimeException
      Specified by:
      read in interface net.openhft.chronicle.hash.serialization.BytesReader<DatasetExt>
      Throws:
      RuntimeException
    • 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>