Skip to main content

UserAdapter class

Inheritance

Constructors

UserAdapter ()

Properties

hashCodeint

The hash code for this object.
read-onlyoverride

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

typeIdint

Called for type registration
final

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

read(BinaryReader reader) User

Is called when a value has to be decoded.
override

toString() String

A string representation of this object.
inherited

write(BinaryWriter writer, User obj) void

Is called when a value has to be encoded.
override

Operators

operator ==(Object other) bool

The equality operator.
override