Interface CAI1FileColumn

All Superinterfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType
All Known Implementing Classes:
CAI1FileColumn.CAI1ByDescription, CAI1FileColumn.CAI1ById

public sealed interface CAI1FileColumn extends com.io7m.cedarbridge.runtime.api.CBSerializableType permits CAI1FileColumn.CAI1ById, CAI1FileColumn.CAI1ByDescription
The item column by which to order results.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Order by file description.
    static final record 
    Order by file ID.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context)
    Deserialize a value of type CAI1FileColumn.
    static void
    serialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, CAI1FileColumn $x)
    Serialize a value of type CAI1FileColumn.
  • Method Details

    • serialize

      static void serialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, CAI1FileColumn $x) throws IOException
      Serialize a value of type CAI1FileColumn.
      Parameters:
      $context - The serialization context.
      $x - The value to be serialized.
      Throws:
      IOException
    • deserialize

      static CAI1FileColumn deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException
      Deserialize a value of type CAI1FileColumn.
      Parameters:
      $context - The serialization context.
      Returns:
      A value of type CAI1FileColumn.
      Throws:
      IOException