AvailableContexts

data class AvailableContexts(val contexts: List<String>) : Command.Response

Constructors

Link copied to clipboard
constructor(contexts: List<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun serialize(): ByteArray

Method to serialize the given command into a ByteArray. The serialization logic needs to be in sync with the de-serialization logic in the parseCommand method.

Link copied to clipboard
open override fun toString(): String