-
- All Implemented Interfaces:
public final class Int512Adapter extends ScaleCodecAdapter<Int512>
An adapter for Int512
-
-
Constructor Summary
Constructors Constructor Description Int512Adapter()
-
Method Summary
Modifier and Type Method Description Int512read(ByteArrayReader reader, KType type, List<Annotation> annotations)Reads (decodes) data to specified type ByteArraywrite(Int512 obj, KType type, List<Annotation> annotations)Writes (encodes) the object -
-
Method Detail
-
read
Int512 read(ByteArrayReader reader, KType type, List<Annotation> annotations)
Reads (decodes) data to specified type
- Parameters:
reader- a ByteArray reader thattype- expected typeannotations- a list of annotations.
-
-
-
-