toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-serde-kotlinx-json
/
dev.evo.elasticmagic.serde.kotlinx
/
JsonSerializer
Json
Serializer
sealed
class
JsonSerializer
:
Serializer
Inheritors
PrettyJsonSerializer
Companion
Members
Types
Array
Ctx
Link copied to clipboard
inner
class
ArrayCtx
:
Serializer.ArrayCtx
Companion
Link copied to clipboard
object
Companion
:
JsonSerializer
Object
Ctx
Link copied to clipboard
inner
class
ObjectCtx
:
Serializer.ObjectCtx
Functions
array
Link copied to clipboard
open
override
fun
array
(
block
:
Serializer.ArrayCtx
.
(
)
->
Unit
)
:
Serializer.ArrayCtx
obj
Link copied to clipboard
open
override
fun
obj
(
block
:
Serializer.ObjectCtx
.
(
)
->
Unit
)
:
Serializer.ObjectCtx