Intern Root
class InternRoot<TBase : Any>(val serializer: ISerializer<TBase> = Polymorphic()) : IInternRoot<TBase>
Properties
Functions
Link copied to clipboard
Creates a clone of this IRdBindable not bound to any protocol
Link copied to clipboard
Assigns IDs to this node and its child nodes in the graph.
Link copied to clipboard
Callback that wire triggers when it receives messaged
Link copied to clipboard
Link copied to clipboard
Returns an ID for a value. Returns invalid ID if the value was not interned
Link copied to clipboard
Gets a valie from interned ID, returns null if no value matches the given ID