Class Serializers.LittleEndianLongSerializer
java.lang.Object
com.complexible.common.primitives.Serializers.LittleEndianLongSerializer
- Enclosing class:
Serializers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdeserialize(byte[] bytes) longdeserialize(byte[] bytes, int offset) byte[]serialize(long value) voidserialize(long value, byte[] bytes, int offset)
-
Constructor Details
-
LittleEndianLongSerializer
public LittleEndianLongSerializer()
-
-
Method Details
-
serialize
public byte[] serialize(long value) -
serialize
public void serialize(long value, byte[] bytes, int offset) -
deserialize
public long deserialize(byte[] bytes) -
deserialize
public long deserialize(byte[] bytes, int offset)
-