MapJsonStringSerde

Object responsible for serializing and deserializing maps to and from JSON strings.

Functions

Link copied to clipboard
fun serialize(json: Json, data: Map<String, Any?>): String

Serializes a map to a JSON string.