Package-level declarations
Serialization of entities sent to and received from the server.
Types
Link copied to clipboard
open class JacksonJsonSerializer @JvmOverloads constructor(mapper: JsonMapper = JsonMapper.builder().addModule(kotlinModule()).build()) : AbstractJsonSerializer
Serializes and deserializes entities as JSON using Jackson.