Package-level declarations
Serialization of entities sent to and received from the server.
Types
Link copied to clipboard
Common base class for JSON serializers.
Link copied to clipboard
Common base class for XML serializers.
Link copied to clipboard
open class KotlinxJsonSerializer @JvmOverloads constructor(json: Json = defaultJson) : AbstractJsonSerializer
Serializes and deserializes entities as JSON using Kotlinx.Serialization.
Link copied to clipboard
interface Serializer
Controls the serialization of entities sent to and received from the server.