kotlinx-serialization / kotlinx.serialization.json / JsonEncodingException

JsonEncodingException

(common, js, jvm, native) class JsonEncodingException : JsonException

Thrown when Json has failed to create a JSON string from the given value.

Constructors

(common, js, jvm, native)

<init>

Thrown when Json has failed to create a JSON string from the given value.

<init>(message: String)