toggle menu
lib
common
switch theme
search in API
annotations
/
dev.buijs.klutter.annotations
/
JSON
JSON
@
Serializable
abstract
class
JSON
<
T
>
Parent Type for all custom classes which are passed between Flutter and KMP.
Members
Constructors
JSON
Link copied to clipboard
constructor
(
)
Functions
data
Link copied to clipboard
abstract
fun
data
(
)
:
T
encode
Link copied to clipboard
fun
encode
(
)
:
String
strategy
Link copied to clipboard
abstract
fun
strategy
(
)
:
SerializationStrategy
<
T
>