JSON

@Serializable
abstract class JSON<T>

Parent Type for all custom classes which are passed between Flutter and KMP.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun data(): T
Link copied to clipboard
fun encode(): String
Link copied to clipboard
abstract fun strategy(): SerializationStrategy<T>