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