Interface IdA1ResponseBlame

All Superinterfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType
All Known Implementing Classes:
IdA1ResponseBlame.BlameClient, IdA1ResponseBlame.BlameServer

public sealed interface IdA1ResponseBlame extends com.io7m.cedarbridge.runtime.api.CBSerializableType permits IdA1ResponseBlame.BlameClient, IdA1ResponseBlame.BlameServer
A blame assignment.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    The client sent a bad response.
    static final record 
    Something went wrong on the server.
  • Method Summary

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

    • serialize

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

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