Class Format.Seq

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

public static class Format.Seq
extends Format
A sequence, e.g. the format of `Vec`.
  • Constructor Details

    • Seq

      public Seq​(Format format)
  • Method Details

    • getFormat

      public Format getFormat()
    • toString

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

      public List<String> referencedContainerTypeNames()