ObjectMapper class abstract

Implementers

Constructors

ObjectMapper({NamingStrategy? namingStrategy, bool prettyPrint = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
namingStrategy NamingStrategy
latefinal
prettyPrint bool
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserialize<T>(String jsonString) → T
deserializeList<T>(String jsonString) List<T>
deserializeMap<K, V>(String jsonString) Map<K, V>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(dynamic object) String
toString() String
A string representation of this object.
inherited

Operators

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