Closed GoogleCodeExporter closed 8 years ago
You could use packed Int to write buffer size. This way it would not consume
extra bytes for int, but could scale up.
Original comment by kja...@gmail.com
on 28 Sep 2011 at 11:45
Original comment by nathan.s...@gmail.com
on 29 Mar 2012 at 6:28
Compressor is gone in v2. Compression of only some of the objects in a graph is
done via a serializer that wraps another serializer. Eg, DeflateSerializer and
BlowfishSerializer. These use chunked encoding and don't have a problem with
using a 2 byte length.
Original comment by nathan.s...@gmail.com
on 17 Apr 2012 at 10:24
Issue 51 has been merged into this issue.
Original comment by nathan.s...@gmail.com
on 17 Apr 2012 at 10:25
Original issue reported on code.google.com by
fang...@gmail.com
on 8 Sep 2011 at 2:44