``` private val jsonContext = SerialContext() ...
# serialization
m
Copy code
private val jsonContext = SerialContext()
        .apply { registerSerializer(DateTime::class, DateTimeSerializer) }

val json = JSON(context = jsonContext)