BuiltListAsyncDeserializer class

Deserializer for BuiltList that runs asynchronously.

If you need to deserialize large payloads without blocking, arrange that the top level serialized object is a BuiltList. Then use this class to deserialize to a Stream of objects.

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

deserialize(Serializers serializers, Iterable serialized, {FullType specifiedType = FullType.unspecified}) Stream<Object?>
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