IdentityMarshaler<T> class

Identity marshaler.

Inheritance

Constructors

IdentityMarshaler()
const

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

marshal(T data) → T
Serialize data of type T to type S, eg. a String or some binary representation. unmarshal(marshal(data)) must produce an instance of T that is equivalent to original instance data.
override
marshall(T data) → T
Provided temporarily for compatibility reasons. See marshal.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmarshal(T data) → T
Deserialize a representation of type S back to the original data of type T. unmarshal(marshal(data)) must produce an instance of T that is equivalent to original instance data.
override
unmarshall(T data) → T
Provided temporarily for compatibility reasons. See unmarshal.
inherited

Operators

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