PollResult
data class PollResult(val items: List<Pair<TopicName, ByteArray>>, val contextAvailabilityChanges: List<Pair<String, Boolean>>) : Command.Response
Constructors
Properties
Functions
Link copied to clipboard
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.