theseion / Fuel

Fuel, the Smalltalk object serializer
https://theseion.github.io/Fuel
MIT License
27 stars 13 forks source link

Better header #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. The header should contain some useful information and statistics:
- number of objects
- number of classes
- date and time of serialization
- author
- image data (platform, version, image file name)
- (class names)
- (number of objects of each class)
- (amount of time it took to serialize)
- (purpose, e.g. serialized debugger)

2. To achieve the above the header needs to be serialized after analysis, i.e. 
in the materialization object, not the materializer as is currently the case

Original issue reported on code.google.com by maxle...@gmail.com on 4 Mar 2014 at 1:15

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.