Interface Borsh.Enum

All Superinterfaces:
Borsh, Serializable
Enclosing interface:
Borsh

public static interface Borsh.Enum extends Borsh
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.sava.core.borsh.Borsh

    Borsh.Enum, Borsh.Factory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    l()
     
    int
     
    default int
    write(byte[] data, int offset)
     

    Methods inherited from interface software.sava.core.borsh.Borsh

    writeOptional

    Methods inherited from interface software.sava.core.serial.Serializable

    reusable, write, write
  • Method Details

    • ordinal

      int ordinal()
    • l

      default int l()
      Specified by:
      l in interface Serializable
    • write

      default int write(byte[] data, int offset)
      Specified by:
      write in interface Serializable