interface DeserializeAsKotlinObjectDef
Marker interface for kotlin object definitions so that they are deserialized as the singleton instance.
Ack |
object Ack : DeserializeAsKotlinObjectDef A general Ack message that conveys no content other than its presence for use when you want an acknowledgement from a recipient. Using Unit can be ambiguous as it is similar to Void and so could mean no response. |