MarshalledMapKeyPhase 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
- MarshalledMapKeyPhase(MarshalledObject 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
-
asInt(
) → MarshalledMapValuePhase< int> - As int.
-
asObject<
T> (IUnmarshalFactory< T> objFactory) → MarshalledMapValuePhase<T> - As object. Provide factory with 'Class.unmarshal' idiom.
-
asString(
) → MarshalledMapValuePhase< String> - As 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