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.RoaringBitmap
RoaringBitmapSerialiser. deserialise(byte[] bytes)
org.roaringbitmap.RoaringBitmap
RoaringBitmapSerialiser. 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> T
JSONSerialiser. deserialise(byte[] bytes, com.fasterxml.jackson.core.type.TypeReference<T> type)
static <T> T
JSONSerialiser. deserialise(byte[] bytes, Class<T> clazz)
static <T> T
JSONSerialiser. deserialise(InputStream stream, com.fasterxml.jackson.core.type.TypeReference<T> type)
static <T> T
JSONSerialiser. deserialise(InputStream stream, Class<T> clazz)
static <T> T
JSONSerialiser. deserialise(String json, Class<T> clazz)
static com.fasterxml.jackson.databind.JsonNode
JSONSerialiser. getJsonNodeFromString(String content)
static byte[]
JSONSerialiser. serialise(Object object, boolean prettyPrint, String... fieldsToExclude)
Serialises an object.static void
JSONSerialiser. 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 O
ResponseDeserialiser. 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 O
DefaultResponseDeserialiser. 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 Object
AvroSerialiser. deserialise(byte[] bytes)
Object
AvroSerialiser. deserialise(byte[] allBytes, int offset, int length)
CustomMap
CustomMapSerialiser. deserialise(byte[] bytes)
FreqMap
FreqMapSerialiser. deserialise(byte[] bytes)
INPUT
Serialiser. deserialise(OUTPUT output)
Deserialise an OUTPUT into the original object.T
ToBytesSerialiser. deserialise(byte[] bytes)
Deprecated.default T
ToBytesSerialiser. deserialise(byte[] allBytes, int offset, int length)
T
ToBytesViaStringDeserialiser. deserialise(byte[] bytes)
Deprecated.T
ToBytesViaStringDeserialiser. deserialise(byte[] allBytes, int offset, int length)
TypeSubTypeValue
TypeSubTypeValueSerialiser. deserialise(byte[] bytes)
TypeValue
TypeValueSerialiser. deserialise(byte[] bytes)
CustomMap
CustomMapSerialiser. deserialiseEmpty()
INPUT
Serialiser. deserialiseEmpty()
Handle an empty OUTPUT and reconstruct an appropriate representation in Object form.T
ToBytesSerialiser. deserialiseEmpty()
Handle an empty byte array and reconstruct an appropriate representation in T form.TypeValue
TypeValueSerialiser. deserialiseEmpty()
byte[]
AvroSerialiser. serialise(Object object)
byte[]
CustomMapSerialiser. serialise(CustomMap customMap)
byte[]
FreqMapSerialiser. serialise(FreqMap map)
OUTPUT
Serialiser. 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 Boolean
BooleanSerialiser. deserialise(byte[] bytes)
Boolean
BooleanSerialiser. deserialise(byte[] allBytes, int offset, int length)
<T> T
BooleanSerialiser. deserialise(byte[] bytes, Class<T> clazz)
byte[]
BytesSerialiser. deserialise(byte[] bytes)
Object
JavaSerialiser. deserialise(byte[] bytes)
Object
JavaSerialiser. deserialise(byte[] allBytes, int offset, int length)
Map<? extends Object,? extends Object>
MapSerialiser. deserialise(byte[] bytes)
Object
MultiSerialiser. deserialise(byte[] bytes)
Object
NullSerialiser. deserialise(byte[] bytes)
Set<? extends Object>
SetSerialiser. deserialise(byte[] bytes)
Map<? extends Object,? extends Object>
MapSerialiser. deserialiseEmpty()
Object
MultiSerialiser. 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 Date
OrderedDateSerialiser. deserialise(byte[] bytes)
Double
OrderedDoubleSerialiser. deserialise(byte[] bytes)
Float
OrderedFloatSerialiser. deserialise(byte[] bytes)
Integer
OrderedIntegerSerialiser. deserialise(byte[] bytes)
Long
OrderedLongSerialiser. 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 Integer
CompactRawIntegerSerialiser. deserialise(byte[] bytes)
Integer
CompactRawIntegerSerialiser. deserialise(byte[] allBytes, int offset, int length)
Long
CompactRawLongSerialiser. deserialise(byte[] bytes)
Long
CompactRawLongSerialiser. deserialise(byte[] allBytes, int offset, int length)
static long
CompactRawSerialisationUtils. read(InputStream input)
Reads a long from the providedInputStream
.static long
CompactRawSerialisationUtils. readLong(byte[] bytes)
static long
CompactRawSerialisationUtils. readLong(byte[] allBytes, int offset)
byte[]
CompactRawIntegerSerialiser. serialise(Integer i)
byte[]
CompactRawLongSerialiser. serialise(Long l)
static void
CompactRawSerialisationUtils. 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 String
StringToStringSerialiser. deserialise(String s)
Deserialise an String into the original object.String
StringToStringSerialiser. 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 ByteArrayOutputStream
LengthValueBytesSerialiserUtil. appendLengthValueFromBytesToByteStream(ByteArrayOutputStream byteOut, byte[] serialisedObject)
LengthValueBytesSerialiserUtil.LengthValueBuilder
LengthValueBytesSerialiserUtil.LengthValueBuilder. appendLengthValueFromBytesToByteStream(byte[] serialisedObject)
static ByteArrayOutputStream
LengthValueBytesSerialiserUtil. appendLengthValueFromObjectToByteStream(ByteArrayOutputStream byteOut, ToBytesSerialiser serialiser, Object object)
LengthValueBytesSerialiserUtil.LengthValueBuilder
LengthValueBytesSerialiserUtil.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> T
LengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes)
static <T> T
LengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes, int delimiter)
static <T> T
LengthValueBytesSerialiserUtil. deserialise(ToBytesSerialiser<T> serialiser, byte[] allBytes, int[] delimiterWrapper)
static <T> LengthValueBytesSerialiserUtil.ObjectCarriage<T>
LengthValueBytesSerialiserUtil. deserialiseNextObject(ToBytesSerialiser<T> serialiser, int currentCarriage, byte[] bytes)
static int
LengthValueBytesSerialiserUtil. getLengthSize(byte[] allBytes, int delimiter)
static int
LengthValueBytesSerialiserUtil. getNextDelimiter(byte[] allBytes, int delimiter)
static <T> byte[]
LengthValueBytesSerialiserUtil. getValueBytes(ToBytesSerialiser<T> serialiser, T value)
static int
LengthValueBytesSerialiserUtil. getValueSize(byte[] allBytes, int delimiter)
static int
LengthValueBytesSerialiserUtil. getValueSize(byte[] allBytes, int lengthSize, int delimiter)
static byte[]
LengthValueBytesSerialiserUtil. serialise(byte[] valueBytes)
static void
LengthValueBytesSerialiserUtil. serialise(byte[] valueBytes, ByteArrayOutputStream out)
static <T> byte[]
LengthValueBytesSerialiserUtil. serialise(ToBytesSerialiser<T> serialiser, T value)
static <T> void
LengthValueBytesSerialiserUtil. 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.HyperLogLogPlus
HyperLogLogPlusSerialiser. deserialise(byte[] bytes)
Deprecated.com.clearspring.analytics.stream.cardinality.HyperLogLogPlus
HyperLogLogPlusSerialiser. 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.HllSketch
HllSketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.hll.Union
HllUnionSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.hll.HllSketch
HllSketchSerialiser. deserialiseEmpty()
org.apache.datasketches.hll.Union
HllUnionSerialiser. 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.HllSketch
HllSketchJsonDeserialiser. 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.LongsSketch
LongsSketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.frequencies.ItemsSketch<String>
StringsSketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.frequencies.LongsSketch
LongsSketchSerialiser. 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.DoublesSketch
DoublesSketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.quantiles.DoublesUnion
DoublesUnionSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.kll.KllFloatsSketch
KllFloatsSketchSerialiser. 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.DoublesSketch
DoublesSketchSerialiser. deserialiseEmpty()
org.apache.datasketches.quantiles.DoublesUnion
DoublesUnionSerialiser. deserialiseEmpty()
org.apache.datasketches.kll.KllFloatsSketch
KllFloatsSketchSerialiser. 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.ReservoirLongsSketch
ReservoirLongsSketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.sampling.ReservoirLongsUnion
ReservoirLongsUnionSerialiser. 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.ReservoirLongsSketch
ReservoirLongsSketchSerialiser. deserialiseEmpty()
org.apache.datasketches.sampling.ReservoirLongsUnion
ReservoirLongsUnionSerialiser. 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.Sketch
SketchSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.theta.Union
UnionSerialiser. deserialise(byte[] bytes)
org.apache.datasketches.theta.Sketch
SketchSerialiser. deserialiseEmpty()
org.apache.datasketches.theta.Union
UnionSerialiser. 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 EdgeId
EdgeIdSerialiser. deserialise(byte[] bytes)
Edge
EdgeSerialiser. deserialise(byte[] bytes)
ElementId
ElementIdSerialiser. deserialise(byte[] bytes)
Element
ElementSerialiser. deserialise(byte[] bytes)
EntityId
EntityIdSerialiser. deserialise(byte[] bytes)
Entity
EntitySerialiser. deserialise(byte[] bytes)
GroupedProperties
GroupedPropertiesSerialiser. deserialise(byte[] bytes)
EdgeId
EdgeIdSerialiser. deserialiseEmpty()
Edge
EdgeSerialiser. deserialiseEmpty()
ElementId
ElementIdSerialiser. deserialiseEmpty()
Element
ElementSerialiser. deserialiseEmpty()
EntityId
EntityIdSerialiser. deserialiseEmpty()
Entity
EntitySerialiser. deserialiseEmpty()
GroupedProperties
GroupedPropertiesSerialiser. deserialiseEmpty()
String
ElementSerialiser. getGroup(byte[] bytes)
String
GroupedPropertiesSerialiser. 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 BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialise(byte[] bytes)
BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)
LongTimeSeries
DeltaLongTimeSeriesSerialiser. deserialise(byte[] bytes)
LongTimeSeries
DeltaLongTimeSeriesSerialiser. deserialise(byte[] allBytes, int offset, int length)
RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialise(byte[] bytes)
RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)
BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialiseEmpty()
LongTimeSeries
DeltaLongTimeSeriesSerialiser. deserialiseEmpty()
RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialiseEmpty()
byte[]
BoundedTimestampSetSerialiser. serialise(BoundedTimestampSet boundedTimestampSet)
byte[]
DeltaLongTimeSeriesSerialiser. serialise(LongTimeSeries timeSeries)
byte[]
RBMBackedTimestampSetSerialiser. serialise(RBMBackedTimestampSet rbmBackedTimestampSet)
-