Package io.kvision.remote

A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.

A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.

Types

Link copied to clipboard
expect annotation class Column(val value: String)
Link copied to clipboard
expect annotation class Id
Link copied to clipboard
expect open class KVServiceManager<T : Any>(serviceClass: KClass<T>)

Multiplatform service manager.

Link copied to clipboard
expect annotation class PersistenceConstructor
Link copied to clipboard
expect annotation class PersistenceCreator
Link copied to clipboard
expect annotation class Table(    val value: String,     val name: String,     val schema: String)
Link copied to clipboard
expect annotation class Transient
Link copied to clipboard
expect annotation class Value(val value: String)
Link copied to clipboard
expect annotation class Version