Introduction
Originally Eiffel Software's object serialization was written in C and was proposing the following alternative:
- basic: the same version of the executable on a particular platform can store and retrieve objects.
- general: different versions of the executable on a particular platform can store and retrieve objects.
- independent: different versions of the ex