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
I'm trying to use the StreamingUnpacker with a file for input. The docs for StreamingUnpacker indicate a feed() method can be used to append to the buffer passed to the constructor. However, I don't see this implemented anywhere.
What is the appropriate way to iteratively deserialize multiple msgpack objects stored in file? (I.e., I don't want to read the entire file into memory at once.)
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for this great library!
I'm trying to use the
StreamingUnpacker
with a file for input. The docs forStreamingUnpacker
indicate afeed()
method can be used to append to the buffer passed to the constructor. However, I don't see this implemented anywhere.What is the appropriate way to iteratively deserialize multiple msgpack objects stored in file? (I.e., I don't want to read the entire file into memory at once.)
Thanks!
The text was updated successfully, but these errors were encountered: