-
- All Implemented Interfaces:
public final class Int128Adapter extends ScaleCodecAdapter<Int128>
An adapter for Int128
-
-
Constructor Summary
Constructors Constructor Description Int128Adapter()
-
Method Summary
Modifier and Type Method Description Int128read(ByteArrayReader reader, KType type, List<Annotation> annotations)Reads (decodes) data to specified type ByteArraywrite(Int128 obj, KType type, List<Annotation> annotations)Writes (encodes) the object -
-
Method Detail
-
read
Int128 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.
-
-
-
-