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.
abstract val contexts: ProtocolContexts |
|
abstract val identity: IIdentities |
|
abstract val isMaster: Boolean |
|
abstract val name: String |
|
abstract val outOfSyncModels: <ERROR CLASS><RdExtBase> |
|
abstract val scheduler: <ERROR CLASS> |
|
abstract val serializers: ISerializers |
|
abstract val wire: IWire |
abstract val location: <ERROR CLASS> |
|
abstract val protocol: IProtocol |
|
abstract val serializationContext: SerializationCtx |
fun <T> T.deepClonePolymorphic(): T |
class Protocol : IRdDynamic, IProtocol |