BishopSerialisation class

Constructors

BishopSerialisation()

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

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

Static Methods

build<T>(dynamic input, {List<BishopTypeAdapter> adapters = const [], bool strict = true, T? fallback(dynamic input)?}) → T?
buildMany<T>(List input, {List<BishopTypeAdapter> adapters = const [], bool strict = true}) List<T>
buildMap<T>(Map<String, dynamic> input, {List<BishopTypeAdapter> adapters = const [], bool strict = true}) Map<String, T>
export<T>(T object, {List<BishopTypeAdapter> adapters = const [], bool strict = true}) → dynamic
exportMany<T>(List<T> objects, {List<BishopTypeAdapter> adapters = const [], bool strict = true}) List
exportMap<T>(Map<String, T> objects, {List<BishopTypeAdapter> adapters = const [], bool strict = true}) Map<String, dynamic>