Important alert: (current site time 7/15/2013 5:08:47 PM EDT)
 

winzip icon

^- Serialize abstract data types -^

Email
Submitted on: 4/7/2004 4:49:15 PM
By: NDawg 
Level: Advanced
User Rating: By 1 Users
Compatibility: Microsoft Visual C++
Views: 9229
 
     This collection of classes will serialize and unserialize abstract data types (such as structs or classes). Furthermore, it implements a method to create string literals for these serialized objects that can be stored to a plain text document and reinstated directly into memory at a later time! A text representation of a serialized object is written using hexidecimal characters only (0-9, A-F) so it is completely safe to save these values to a text or binary formatted file. NOTE: the serializing process will NOT work on abstract objects that have pointers or referenced data within them (as this would require the pointer object to be serialized independantly). This problem could be easily fixed by using your own serialize and unserialize functions in conjunction with the provided classes. Please leave a comment about my work - thanks.
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 14 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments

12/16/2006 11:52:34 PMSau

I like programming
(If this comment was disrespectful, please report it.)

 
7/11/2010 8:30:23 AMk.srinivasarao

its very usefull to us. to learn our self.
it gives a confidence to us.
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.