TempcordDataConverter<T extends Object, TO extends TempcordDataConvertedObject<T>> class abstract

Handle TempcordDataConvertedObject to be converted between String and T with related data.

Implementers

Constructors

TempcordDataConverter()
Construct a converter for TO.
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

decodeData(String dataStr) → TO
Decode dataStr to object TO.
encodeData(TO data) String
Encode data to stringified under T format.
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