You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, serializing lists dispatches to the CollectionSerializer, which takes the size of a sequence.
Does it defeat the purpose of lazy sequences?
Can we use the IterableSerializer? There's a chance it will give a performance improvement
The text was updated successfully, but these errors were encountered:
By default, serializing lists dispatches to the CollectionSerializer, which takes the size of a sequence.
Does it defeat the purpose of lazy sequences?
Can we use the IterableSerializer? There's a chance it will give a performance improvement
The text was updated successfully, but these errors were encountered: