MarshalledMapValuePhase<T> class

@fileoverview Only used on types which are intermediate objects. Idea of ella's serialization framework: Caller provides the type information, via either a factory or calling a specialized method.

Constructors

MarshalledMapValuePhase(MarshalledArray _nativeMap)

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

asBool() Map<T, bool>
Casts raw values to bool.
asObject<V>(IUnmarshalFactory<V> objFactory) Map<T, V>
As object. Provide factory with 'Class.create' idiom.
asObjectArray<V>(IUnmarshalFactory<V> objFactory) Map<T, List<V>>
As object array.
asRaw() Map<T, dynamic>
Performs no unmarshalling of values.
asString() Map<T, String>
Casts raw values to string.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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