| Index: pkg/serialization/lib/src/serialization_rule.dart
|
| diff --git a/pkg/serialization/lib/src/serialization_rule.dart b/pkg/serialization/lib/src/serialization_rule.dart
|
| index e83e804df8dfe648c333064c21f2b2e25c66fa0d..57e8cf270d0aac126a2d8018fea23bb9ff3373ea 100644
|
| --- a/pkg/serialization/lib/src/serialization_rule.dart
|
| +++ b/pkg/serialization/lib/src/serialization_rule.dart
|
| @@ -521,7 +521,7 @@ class _LazyMap implements Map {
|
| * looks like it's just a list of objects to a [CustomRule] without needing
|
| * to inflate all the references in advance.
|
| */
|
| -class _LazyList extends Iterable implements List {
|
| +class _LazyList extends IterableBase implements List {
|
| _LazyList(this._raw, this._reader);
|
|
|
| final List _raw;
|
|
|