interface IRdDynamic
A node in a graph of entities that can be synchronized with its remote copy over a network or a similar connection.
abstract val location: <ERROR CLASS> |
|
abstract val protocol: IProtocol |
|
abstract val serializationContext: SerializationCtx |
fun <T> T.deepClonePolymorphic(): T |
interface IPerContextMap<K : Any, out V : Any> : IRdDynamic
A collection that automatically maps values to keys from RdContext's value set Key-value pairs in this map are automatically managed based on possible values of RdContext |
|
interface IProtocol : IRdDynamic
A root node in an object graph which can be synchronized with its remote copy over a network or a similar connection. |
|
interface IRdBindable : IRdDynamic
A non-root node in an object graph which can be synchronized with its remote copy over a network or a similar connection. |
|
interface IRdWireable : IRdDynamic
Entity that could receive messages from wire |
|
class Protocol : IRdDynamic, IProtocol |