Package thredds.server.catalog.tracker
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
DISCARDFields inherited from interface net.openhft.chronicle.wire.WriteMarshallable
EMPTY -
Method Summary
Modifier and TypeMethodDescription@NotNull DatasetExtread(net.openhft.chronicle.bytes.Bytes in, DatasetExt datasetExt) @NotNull DatasetExtBytesMarshallervoidwrite(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, waitMethods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable
usesSelfDescribingMessageMethods inherited from interface net.openhft.chronicle.wire.Marshallable
$fieldInfoMap, $fieldInfos, className, copyTo, deepCopy, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, writeMarshallableMethods inherited from interface net.openhft.chronicle.wire.ReadMarshallable
unexpectedFieldMethods inherited from interface net.openhft.chronicle.wire.WriteMarshallable
binaryLengthLength, writeValue
-
Method Details
-
readResolve
- Specified by:
readResolvein interfacenet.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:
readin interfacenet.openhft.chronicle.hash.serialization.BytesReader<DatasetExt>- Throws:
RuntimeException
-
write
- Specified by:
writein interfacenet.openhft.chronicle.hash.serialization.BytesWriter<DatasetExt>
-