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