Class Format.Tuple

java.lang.Object
org.starcoin.serde.format.Format
org.starcoin.serde.format.Format.Tuple
All Implemented Interfaces:
IReferenceContainerType
Enclosing class:
Format

public static class Format.Tuple
extends Format
A tuple, e.g. the format of `(Foo, Bar)`.
  • Constructor Details

  • Method Details

    • getFormats

      public List<Format> getFormats()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • referencedContainerTypeNames

      public List<String> referencedContainerTypeNames()