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
When streaming objects with Strings for example, it would be nice to be able to reuse the object instead of repeatedly allocating/deallocating. I don't think this can be made to work with the current StreamDeserializer API so it would need some sort of in-place variant that returns an &mut T instead of T.
The text was updated successfully, but these errors were encountered:
When streaming objects with Strings for example, it would be nice to be able to reuse the object instead of repeatedly allocating/deallocating. I don't think this can be made to work with the current
StreamDeserializer
API so it would need some sort of in-place variant that returns an&mut T
instead ofT
.The text was updated successfully, but these errors were encountered: