Uses of Class
uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.ObjectCarriage
-
Packages that use LengthValueBytesSerialiserUtil.ObjectCarriage Package Description uk.gov.gchq.gaffer.serialisation.util Utilities to aid the serialisation and deserialisation of objects in Gaffer. -
-
Uses of LengthValueBytesSerialiserUtil.ObjectCarriage in uk.gov.gchq.gaffer.serialisation.util
Methods in uk.gov.gchq.gaffer.serialisation.util that return LengthValueBytesSerialiserUtil.ObjectCarriage Modifier and Type Method Description static <T> LengthValueBytesSerialiserUtil.ObjectCarriage<T>
LengthValueBytesSerialiserUtil. deserialiseNextObject(ToBytesSerialiser<T> serialiser, int currentCarriage, byte[] bytes)
-