Uses of Class
uk.gov.gchq.gaffer.exception.SerialisationException
-
Packages that use SerialisationException Package Description uk.gov.gchq.gaffer.bitmap.serialisation Serialisation classes for bitmap objects.uk.gov.gchq.gaffer.bitmap.serialisation.utils Utilities for bitmap classes.uk.gov.gchq.gaffer.jsonserialisation Classes for handling JSON serialisation and deserialisation.uk.gov.gchq.gaffer.proxystore.response.deserialiser uk.gov.gchq.gaffer.proxystore.response.deserialiser.impl uk.gov.gchq.gaffer.serialisation Serialisation classes.uk.gov.gchq.gaffer.serialisation.implementation Implementations of serialisers for various data types.uk.gov.gchq.gaffer.serialisation.implementation.ordered Serialisation implementations which maintain the ordering of bytes.uk.gov.gchq.gaffer.serialisation.implementation.raw Serialisation classes for efficient serialisation of primitive types.uk.gov.gchq.gaffer.serialisation.implementation.tostring Serialisation classes for creating String representations of object.uk.gov.gchq.gaffer.serialisation.util Utilities to aid the serialisation and deserialisation of objects in Gaffer.uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation Serialisation classes for the Clearspring HyperLogLogPlus objects.uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation Serialisation classes for the Datasketches cardinality objects.uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json JSON serialisation classes for the Clearspring HyperLogLogPlus objects.uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation Serialisation classes for the Datasketches frequencies objects.uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation Serialisation classes for the Datasketches quantiles objects.uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation Serialisation classes for the Datasketches sampling objects.uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation Serialisation classes for the Datasketches theta objects.uk.gov.gchq.gaffer.store.serialiser Serialiser implementations for stores.uk.gov.gchq.gaffer.time.serialisation Serialisation classes for the Gaffer timestamp classes. -
-
Uses of SerialisationException in uk.gov.gchq.gaffer.bitmap.serialisation
Methods in uk.gov.gchq.gaffer.bitmap.serialisation that throw SerialisationException Modifier and Type Method Description org.roaringbitmap.RoaringBitmapRoaringBitmapSerialiser. deserialise(byte[] bytes)org.roaringbitmap.RoaringBitmapRoaringBitmapSerialiser. deserialise(byte[] allBytes, int offset, int length)byte[]RoaringBitmapSerialiser. serialise(org.roaringbitmap.RoaringBitmap object) -
Uses of SerialisationException in uk.gov.gchq.gaffer.bitmap.serialisation.utils
Methods in uk.gov.gchq.gaffer.bitmap.serialisation.utils that throw SerialisationException Modifier and Type Method Description static byte[]RoaringBitmapUtils. upConvertSerialisedForm(byte[] serialisedBitmap, int offset, int length) -
Uses of SerialisationException in uk.gov.gchq.gaffer.jsonserialisation
Methods in uk.gov.gchq.gaffer.jsonserialisation that throw SerialisationException Modifier and Type Method Description static <T> TJSONSerialiser. deserialise(byte[] bytes, com.fasterxml.jackson.core.type.TypeReference<T> type)static <T> TJSONSerialiser. deserialise(byte[] bytes, Class<T> clazz)static <T> TJSONSerialiser. deserialise(InputStream stream, com.fasterxml.jackson.core.type.TypeReference<T> type)static <T> TJSONSerialiser. deserialise(InputStream stream, Class<T> clazz)static <T> TJSONSerialiser. deserialise(String json, Class<T> clazz)static com.fasterxml.jackson.databind.JsonNodeJSONSerialiser. getJsonNodeFromString(String content)static byte[]JSONSerialiser. serialise(Object object, boolean prettyPrint, String... fieldsToExclude)Serialises an object.static voidJSONSerialiser. serialise(Object object, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, boolean prettyPrint, String... fieldsToExclude)Serialises an object using the provided json generator.static byte[]JSONSerialiser. serialise(Object object, String... fieldsToExclude)Serialises an object. -
Uses of SerialisationException in uk.gov.gchq.gaffer.proxystore.response.deserialiser
Methods in uk.gov.gchq.gaffer.proxystore.response.deserialiser that throw SerialisationException Modifier and Type Method Description OResponseDeserialiser. deserialise(String jsonString)default byte[]ResponseDeserialiser. encodeString(String jsonString) -
Uses of SerialisationException in uk.gov.gchq.gaffer.proxystore.response.deserialiser.impl
Methods in uk.gov.gchq.gaffer.proxystore.response.deserialiser.impl that throw SerialisationException Modifier and Type Method Description ODefaultResponseDeserialiser. deserialise(String jsonString)Set<Class<? extends Operation>>OperationsResponseDeserialiser. deserialise(String jsonString) -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation
Methods in uk.gov.gchq.gaffer.serialisation that throw SerialisationException Modifier and Type Method Description ObjectAvroSerialiser. deserialise(byte[] bytes)ObjectAvroSerialiser. deserialise(byte[] allBytes, int offset, int length)CustomMapCustomMapSerialiser. deserialise(byte[] bytes)FreqMapFreqMapSerialiser. deserialise(byte[] bytes)INPUTSerialiser. deserialise(OUTPUT output)Deserialise an OUTPUT into the original object.TToBytesSerialiser. deserialise(byte[] bytes)Deprecated.default TToBytesSerialiser. deserialise(byte[] allBytes, int offset, int length)TToBytesViaStringDeserialiser. deserialise(byte[] bytes)Deprecated.TToBytesViaStringDeserialiser. deserialise(byte[] allBytes, int offset, int length)TypeSubTypeValueTypeSubTypeValueSerialiser. deserialise(byte[] bytes)TypeValueTypeValueSerialiser. deserialise(byte[] bytes)CustomMapCustomMapSerialiser. deserialiseEmpty()INPUTSerialiser. deserialiseEmpty()Handle an empty OUTPUT and reconstruct an appropriate representation in Object form.TToBytesSerialiser. deserialiseEmpty()Handle an empty byte array and reconstruct an appropriate representation in T form.TypeValueTypeValueSerialiser. deserialiseEmpty()byte[]AvroSerialiser. serialise(Object object)byte[]CustomMapSerialiser. serialise(CustomMap customMap)byte[]FreqMapSerialiser. serialise(FreqMap map)OUTPUTSerialiser. serialise(INPUT object)Serialise some object and returns the OUTPUT of the serialised form.byte[]ToBytesSerialiser. serialise(T object)Serialise some object and returns the raw bytes of the serialised form.byte[]ToBytesViaStringDeserialiser. serialise(T object)byte[]TypeSubTypeValueSerialiser. serialise(TypeSubTypeValue typeSubTypeValue)byte[]TypeValueSerialiser. serialise(TypeValue typeValue) -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation.implementation
Methods in uk.gov.gchq.gaffer.serialisation.implementation that throw SerialisationException Modifier and Type Method Description BooleanBooleanSerialiser. deserialise(byte[] bytes)BooleanBooleanSerialiser. deserialise(byte[] allBytes, int offset, int length)<T> TBooleanSerialiser. deserialise(byte[] bytes, Class<T> clazz)byte[]BytesSerialiser. deserialise(byte[] bytes)ObjectJavaSerialiser. deserialise(byte[] bytes)ObjectJavaSerialiser. deserialise(byte[] allBytes, int offset, int length)Map<? extends Object,? extends Object>MapSerialiser. deserialise(byte[] bytes)ObjectMultiSerialiser. deserialise(byte[] bytes)ObjectNullSerialiser. deserialise(byte[] bytes)Set<? extends Object>SetSerialiser. deserialise(byte[] bytes)Map<? extends Object,? extends Object>MapSerialiser. deserialiseEmpty()ObjectMultiSerialiser. deserialiseEmpty()Set<? extends Object>SetSerialiser. deserialiseEmpty()TreeSet<String>TreeSetStringSerialiser. deserialiseString(String value)byte[]BooleanSerialiser. serialise(Boolean value)byte[]BytesSerialiser. serialise(byte[] value)byte[]JavaSerialiser. serialise(Object object)byte[]MapSerialiser. serialise(Map object)byte[]MultiSerialiser. serialise(Object object)byte[]NullSerialiser. serialise(Object value)byte[]SetSerialiser. serialise(Set<? extends Object> object) -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation.implementation.ordered
Methods in uk.gov.gchq.gaffer.serialisation.implementation.ordered that throw SerialisationException Modifier and Type Method Description DateOrderedDateSerialiser. deserialise(byte[] bytes)DoubleOrderedDoubleSerialiser. deserialise(byte[] bytes)FloatOrderedFloatSerialiser. deserialise(byte[] bytes)IntegerOrderedIntegerSerialiser. deserialise(byte[] bytes)LongOrderedLongSerialiser. deserialise(byte[] bytes) -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation.implementation.raw
Methods in uk.gov.gchq.gaffer.serialisation.implementation.raw that throw SerialisationException Modifier and Type Method Description IntegerCompactRawIntegerSerialiser. deserialise(byte[] bytes)IntegerCompactRawIntegerSerialiser. deserialise(byte[] allBytes, int offset, int length)LongCompactRawLongSerialiser. deserialise(byte[] bytes)LongCompactRawLongSerialiser. deserialise(byte[] allBytes, int offset, int length)static longCompactRawSerialisationUtils. read(InputStream input)Reads a long from the providedInputStream.static longCompactRawSerialisationUtils. readLong(byte[] bytes)static longCompactRawSerialisationUtils. readLong(byte[] allBytes, int offset)byte[]CompactRawIntegerSerialiser. serialise(Integer i)byte[]CompactRawLongSerialiser. serialise(Long l)static voidCompactRawSerialisationUtils. write(long l, OutputStream output)Writes a long to the providedOutputStream. -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation.implementation.tostring
Methods in uk.gov.gchq.gaffer.serialisation.implementation.tostring that throw SerialisationException Modifier and Type Method Description StringStringToStringSerialiser. deserialise(String s)Deserialise an String into the original object.StringStringToStringSerialiser. serialise(String object)Serialise some object and returns the String of the serialised form. -
Uses of SerialisationException in uk.gov.gchq.gaffer.serialisation.util
Methods in uk.gov.gchq.gaffer.serialisation.util that throw SerialisationException Modifier and Type Method Description static ByteArrayOutputStreamLengthValueBytesSerialiserUtil. appendLengthValueFromBytesToByteStream(ByteArrayOutputStream byteOut, byte[] serialisedObject)LengthValueBytesSerialiserUtil.LengthValueBuilderLengthValueBytesSerialiserUtil.LengthValueBuilder. appendLengthValueFromBytesToByteStream(byte[] serialisedObject)static ByteArrayOutputStreamLengthValueBytesSerialiserUtil. appendLengthValueFromObjectToByteStream(ByteArrayOutputStream byteOut, ToBytesSerialiser serialiser, Object object)LengthValueBytesSerialiserUtil.LengthValueBuilderLengthValueBytesSerialiserUtil.LengthValueBuilder. appendLengthValueFromObjectToByteStream(ToBytesSerialiser serialiser, Object object)static byte[]LengthValueBytesSerialiserUtil. deserialise(byte[] allBytes)static byte[]LengthValueBytesSerialiserUtil. deserialise(byte[] allBytes, int delimiter)static byte[]LengthValueBytesSerialiserUtil. deserialise(byte[] allBytes, int[] delimiterWrapper)static byte[]LengthValueBytesSerialiserUtil. deserialise(byte[] allBytes, int lengthSize, int valueSize, int delimiter)static <T> TLengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes)static <T> TLengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes, int delimiter)static <T> TLengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes, int[] delimiterWrapper)static <T> LengthValueBytesSerialiserUtil.ObjectCarriage<T>LengthValueBytesSerialiserUtil. deserialiseNextObject(ToBytesSerialiser<T> serialiser, int currentCarriage, byte[] bytes)static intLengthValueBytesSerialiserUtil. getLengthSize(byte[] allBytes, int delimiter)static intLengthValueBytesSerialiserUtil. getNextDelimiter(byte[] allBytes, int delimiter)static <T> byte[]LengthValueBytesSerialiserUtil. getValueBytes(ToBytesSerialiser<T> serialiser, T value)static intLengthValueBytesSerialiserUtil. getValueSize(byte[] allBytes, int delimiter)static intLengthValueBytesSerialiserUtil. getValueSize(byte[] allBytes, int lengthSize, int delimiter)static byte[]LengthValueBytesSerialiserUtil. serialise(byte[] valueBytes)static voidLengthValueBytesSerialiserUtil. serialise(byte[] valueBytes, ByteArrayOutputStream out)static <T> byte[]LengthValueBytesSerialiserUtil. serialise(ToBytesSerialiser<T> serialiser, T value)static <T> voidLengthValueBytesSerialiserUtil. serialise(ToBytesSerialiser<T> serialiser, T value, ByteArrayOutputStream out) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation
Methods in uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation that throw SerialisationException Modifier and Type Method Description com.clearspring.analytics.stream.cardinality.HyperLogLogPlusHyperLogLogPlusSerialiser. deserialise(byte[] bytes)Deprecated.com.clearspring.analytics.stream.cardinality.HyperLogLogPlusHyperLogLogPlusSerialiser. deserialiseEmpty()Deprecated.byte[]HyperLogLogPlusSerialiser. serialise(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus value)Deprecated. -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation
Methods in uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.hll.HllSketchHllSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.hll.UnionHllUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.hll.HllSketchHllSketchSerialiser. deserialiseEmpty()org.apache.datasketches.hll.UnionHllUnionSerialiser. deserialiseEmpty()byte[]HllSketchSerialiser. serialise(org.apache.datasketches.hll.HllSketch sketch)byte[]HllUnionSerialiser. serialise(org.apache.datasketches.hll.Union sketch) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json
Methods in uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.hll.HllSketchHllSketchJsonDeserialiser. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation
Methods in uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.frequencies.LongsSketchLongsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.frequencies.ItemsSketch<String>StringsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.frequencies.LongsSketchLongsSketchSerialiser. deserialiseEmpty()org.apache.datasketches.frequencies.ItemsSketch<String>StringsSketchSerialiser. deserialiseEmpty()byte[]LongsSketchSerialiser. serialise(org.apache.datasketches.frequencies.LongsSketch sketch)byte[]StringsSketchSerialiser. serialise(org.apache.datasketches.frequencies.ItemsSketch<String> sketch) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation
Methods in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.quantiles.DoublesSketchDoublesSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.quantiles.DoublesUnionDoublesUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.kll.KllFloatsSketchKllFloatsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.quantiles.ItemsSketch<String>StringsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.quantiles.ItemsUnion<String>StringsUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.quantiles.DoublesSketchDoublesSketchSerialiser. deserialiseEmpty()org.apache.datasketches.quantiles.DoublesUnionDoublesUnionSerialiser. deserialiseEmpty()org.apache.datasketches.kll.KllFloatsSketchKllFloatsSketchSerialiser. deserialiseEmpty()org.apache.datasketches.quantiles.ItemsSketch<String>StringsSketchSerialiser. deserialiseEmpty()org.apache.datasketches.quantiles.ItemsUnion<String>StringsUnionSerialiser. deserialiseEmpty()byte[]DoublesSketchSerialiser. serialise(org.apache.datasketches.quantiles.DoublesSketch sketch)byte[]DoublesUnionSerialiser. serialise(org.apache.datasketches.quantiles.DoublesUnion union)byte[]KllFloatsSketchSerialiser. serialise(org.apache.datasketches.kll.KllFloatsSketch sketch)byte[]StringsSketchSerialiser. serialise(org.apache.datasketches.quantiles.ItemsSketch<String> sketch)byte[]StringsUnionSerialiser. serialise(org.apache.datasketches.quantiles.ItemsUnion<String> union) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation
Methods in uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.sampling.ReservoirItemsSketch<T>ReservoirItemsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.sampling.ReservoirLongsSketchReservoirLongsSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.sampling.ReservoirLongsUnionReservoirLongsUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.sampling.ReservoirItemsUnion<Number>ReservoirNumbersUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.sampling.ReservoirItemsUnion<String>ReservoirStringsUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.sampling.ReservoirItemsSketch<T>ReservoirItemsSketchSerialiser. deserialiseEmpty()org.apache.datasketches.sampling.ReservoirLongsSketchReservoirLongsSketchSerialiser. deserialiseEmpty()org.apache.datasketches.sampling.ReservoirLongsUnionReservoirLongsUnionSerialiser. deserialiseEmpty()org.apache.datasketches.sampling.ReservoirItemsUnion<Number>ReservoirNumbersUnionSerialiser. deserialiseEmpty()org.apache.datasketches.sampling.ReservoirItemsUnion<String>ReservoirStringsUnionSerialiser. deserialiseEmpty()byte[]ReservoirItemsSketchSerialiser. serialise(org.apache.datasketches.sampling.ReservoirItemsSketch<T> sketch)byte[]ReservoirLongsSketchSerialiser. serialise(org.apache.datasketches.sampling.ReservoirLongsSketch sketch)byte[]ReservoirLongsUnionSerialiser. serialise(org.apache.datasketches.sampling.ReservoirLongsUnion union)byte[]ReservoirNumbersUnionSerialiser. serialise(org.apache.datasketches.sampling.ReservoirItemsUnion<Number> union)byte[]ReservoirStringsUnionSerialiser. serialise(org.apache.datasketches.sampling.ReservoirItemsUnion<String> union) -
Uses of SerialisationException in uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation
Methods in uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation that throw SerialisationException Modifier and Type Method Description org.apache.datasketches.theta.SketchSketchSerialiser. deserialise(byte[] bytes)org.apache.datasketches.theta.UnionUnionSerialiser. deserialise(byte[] bytes)org.apache.datasketches.theta.SketchSketchSerialiser. deserialiseEmpty()org.apache.datasketches.theta.UnionUnionSerialiser. deserialiseEmpty()byte[]SketchSerialiser. serialise(org.apache.datasketches.theta.Sketch sketch)byte[]UnionSerialiser. serialise(org.apache.datasketches.theta.Union union) -
Uses of SerialisationException in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that throw SerialisationException Modifier and Type Method Description EdgeIdEdgeIdSerialiser. deserialise(byte[] bytes)EdgeEdgeSerialiser. deserialise(byte[] bytes)ElementIdElementIdSerialiser. deserialise(byte[] bytes)ElementElementSerialiser. deserialise(byte[] bytes)EntityIdEntityIdSerialiser. deserialise(byte[] bytes)EntityEntitySerialiser. deserialise(byte[] bytes)GroupedPropertiesGroupedPropertiesSerialiser. deserialise(byte[] bytes)EdgeIdEdgeIdSerialiser. deserialiseEmpty()EdgeEdgeSerialiser. deserialiseEmpty()ElementIdElementIdSerialiser. deserialiseEmpty()ElementElementSerialiser. deserialiseEmpty()EntityIdEntityIdSerialiser. deserialiseEmpty()EntityEntitySerialiser. deserialiseEmpty()GroupedPropertiesGroupedPropertiesSerialiser. deserialiseEmpty()StringElementSerialiser. getGroup(byte[] bytes)StringGroupedPropertiesSerialiser. getGroup(byte[] bytes)byte[]EdgeIdSerialiser. serialise(EdgeId edgeId)byte[]EdgeSerialiser. serialise(Edge edge)byte[]ElementIdSerialiser. serialise(EdgeId edgeId)byte[]ElementIdSerialiser. serialise(ElementId elementId)byte[]ElementIdSerialiser. serialise(EntityId entityId)byte[]ElementSerialiser. serialise(Element element)byte[]EntityIdSerialiser. serialise(EntityId entityId)byte[]EntitySerialiser. serialise(Entity entity)byte[]GroupedPropertiesSerialiser. serialise(GroupedProperties properties)byte[]ElementIdSerialiser. serialiseVertex(Object vertex)byte[]EntityIdSerialiser. serialiseVertex(Object vertex) -
Uses of SerialisationException in uk.gov.gchq.gaffer.time.serialisation
Methods in uk.gov.gchq.gaffer.time.serialisation that throw SerialisationException Modifier and Type Method Description BoundedTimestampSetBoundedTimestampSetSerialiser. deserialise(byte[] bytes)BoundedTimestampSetBoundedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)LongTimeSeriesDeltaLongTimeSeriesSerialiser. deserialise(byte[] bytes)LongTimeSeriesDeltaLongTimeSeriesSerialiser. deserialise(byte[] allBytes, int offset, int length)RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialise(byte[] bytes)RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)BoundedTimestampSetBoundedTimestampSetSerialiser. deserialiseEmpty()LongTimeSeriesDeltaLongTimeSeriesSerialiser. deserialiseEmpty()RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialiseEmpty()byte[]BoundedTimestampSetSerialiser. serialise(BoundedTimestampSet boundedTimestampSet)byte[]DeltaLongTimeSeriesSerialiser. serialise(LongTimeSeries timeSeries)byte[]RBMBackedTimestampSetSerialiser. serialise(RBMBackedTimestampSet rbmBackedTimestampSet)
-