-
Currently serializer apis ask us to provide |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That's a good point, thanks for raising it. I confess I am not completely up to speed with the When you write "Stream", do you mean this? If serializers returned a Stream, would there be an easy way to dump the content of that stream into a blocking |
Beta Was this translation helpful? Give feedback.
-
There are actually two orthogonal questions in your question : 1) inversion of control, and 2) support for
|
Beta Was this translation helpful? Give feedback.
Therefore, I believe that item 1 in this reply is the answer to your question: the current flow of control is a design decision to favor memory efficiency.