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