MessageProtoImpl class

Message protocol implementation for encoding/decoding messages

Implemented types

Constructors

MessageProtoImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collectNativeClass(List args) List<NativeClass>
Collect all native class instances from arguments
decodeArg(dynamic arg) → dynamic
Decode a single argument
override
decodeArgs(List args) List
Decode argument list
override
encodeArg(dynamic arg) → dynamic
Encode a single argument
override
encodeArgs(List args) List
Encode argument list
override
findInstance(String id) → dynamic
Find proxy instance
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProxyInstance(String id, dynamic instance) → void
Register proxy instance
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited