Interface CAI1ItemReposit

All Superinterfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType
All Known Implementing Classes:
CAI1ItemReposit.CAI1ItemRepositSerialAdd, CAI1ItemReposit.CAI1ItemRepositSerialMove, CAI1ItemReposit.CAI1ItemRepositSerialRemove, CAI1ItemReposit.CAI1ItemRepositSetAdd, CAI1ItemReposit.CAI1ItemRepositSetMove, CAI1ItemReposit.CAI1ItemRepositSetRemove

The type of item reposit operations.
  • Method Details

    • serialize

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

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