31 Aug
2004
31 Aug
'04
12:42 a.m.
Victor A. Wagner Jr.
what would a binary serialization class do?
To archive the class object data to be used at a later time in a file, and to not let the users simply read the contents. Also to easily apply binary encode/decode schemes that I have, to the data just before I serialize/de-serialize.