Make return value of Serializer.lazily lazy (#2627)
Directly subclassing Iterable is lazy-ish, but if you call any operation on the resulting value (eg. map or ++) it will evaluate the Iterable and return a List.
parent
d5dbf713
Directly subclassing Iterable is lazy-ish, but if you call any operation on the resulting value (eg. map or ++) it will evaluate the Iterable and return a List.
mentioned in commit 39b68b3b
·mentioned in commit 39b68b3b