DateSerializer class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
types
→ Iterable <Type >
The Type
s that can be serialized.
no setter override
wireName
→ String
The wire name of the serializable type. For most classes, the class name.
For primitives and collections a lower-case name is defined as part of
the built_json
wire format.
no setter override
Methods
deserialize (Serializers serializers , Object serialized , {FullType specifiedType = FullType.unspecified })
→ DateTime
Deserializes serialized
.
override
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize (Serializers serializers , DateTime date , {FullType specifiedType = FullType.unspecified })
→ Object
Serializes object
.
override
toString ()
→ String
A string representation of this object.
inherited
ferry_test_graphql2 0.3.0