SendableData

interface SendableData

Represents a class that can be sent over sockets between servers and clients. Handles conversion of class to json.

Inheritors

Functions

Link copied to clipboard
open fun json(): ByteArray
Link copied to clipboard
open fun jsonString(): String
Link copied to clipboard
Link copied to clipboard