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(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 Table(value: String)
Link copied to clipboard
expect annotation class Transient
Link copied to clipboard
expect annotation class Value(value: String)
Link copied to clipboard
expect annotation class Version