JSONSerializable
Represents an interface that provides functionality for serializing implementing classes into JSON format using kotlinx.serialization library.
Parameters
T
The type of the implementing class, which must also be JSONSerializable.
Represents an interface that provides functionality for serializing implementing classes into JSON format using kotlinx.serialization library.
The type of the implementing class, which must also be JSONSerializable.