Open
Description
As far as I can tell, there is no way to know how much space a particular serialization will take without actually doing it. In embedded or other space constrained situations this might lead to buffer overflows, out of memory errors, and other unpleasantness.
Is it possible to determine how much space a serialization will take without actually doing it? If not, could that be added?
Activity