Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a serializer that computes the size of an object #5

Closed
sylvainhalle opened this issue Mar 17, 2017 · 1 comment
Closed

Create a serializer that computes the size of an object #5

sylvainhalle opened this issue Mar 17, 2017 · 1 comment

Comments

@sylvainhalle
Copy link
Owner

The serialization process provides a handy way of navigating through an object. Instead of actually serializing an object, a special serializer could simply compute the sum of the size of each primitive element visited. This could be used to estimate the total size of an object.

@sylvainhalle
Copy link
Owner Author

Note that doing this requires first implementing #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant