Package 

Class UInt512Adapter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      UInt512Adapter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      UInt512 read(ByteArrayReader reader, KType type, List<Annotation> annotations) Reads (decodes) data to specified type
      ByteArray write(UInt512 obj, KType type, List<Annotation> annotations) Writes (encodes) the object
      • Methods inherited from class dev.sublab.scale.ScaleCodecAdapter

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UInt512Adapter

        UInt512Adapter()
    • Method Detail

      • write

         ByteArray write(UInt512 obj, KType type, List<Annotation> annotations)

        Writes (encodes) the object

        Parameters:
        obj - a generiic object to needs to be written
        type - a required KType
        annotations - a list of annotations.