Class Serializers.LongSerializer
java.lang.Object
com.complexible.common.primitives.Serializers.LongSerializer
- Enclosing class:
Serializers
Serializes the given long to 8 bytes.
-
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
-
LongSerializer
public LongSerializer()
-
-
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)
-