Skip to main content

UserAdapter class

Inheritance

Constructors

UserAdapter ()

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">override</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

typeIdint

Called for type registration
<span class="feature">final</span>

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

read(BinaryReader reader) User

Is called when a value has to be decoded.
<span class="feature">override</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

write(BinaryWriter writer, User obj) void

Is called when a value has to be encoded.
<span class="feature">override</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">override</span>