ObjectMapperImpl class

Inheritance

Constructors

ObjectMapperImpl({NamingStrategy? namingStrategy, Map<Type, ToJsonParserFunction>? defaultSerializerOverride, Map<Type, FromJsonParserFunction>? defaultDeserializerOverride, bool prettyPrint = true})

Properties

defaultDeserializer Map<Type, FromJsonParserFunction>
getter/setter pair
defaultSerializer Map<Type, ToJsonParserFunction>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsonSerializableMirror ClassMirror
getter/setter pair
namingStrategy NamingStrategy
latefinalinherited
prettyPrint bool
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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