CustomJsonSerializer class
Custom Json Serializer for converting classes to Json before converting to CSV
Constructors
- CustomJsonSerializer()
-
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
-
fromJson<
T> (dynamic json) → T - fromJson remains with same properties as default serializer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson<
T> (T value) → dynamic - Override original toJson for DateTime as-is handling.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited