MZ>> Any real language (as opposed to glorified assemblers (C++) or macro
MZ>> processors (Tcl/bash)) has a built-in serialize and deserialize mechanism: 
MZ>> Java (implements serializable)
MZ>> Python (pickle)
MZ>> Perl (Data::Dumper)
MZ>> Scheme (write)

BTW, there are language-independent serialization protocols (WDDX, for
instance, or RPC has one, but it's rather compilcated). Actually, every
time you do "Save" in your editor, you are serializing, especially when
editor uses some proprietary format.

-- 
[EMAIL PROTECTED]      \/  There shall be counsels taken
Stanislav Malyshev      /\  Stronger than Morgul-spells
phone +972-3-9316425    /\              JRRT LotR.
http://sharat.co.il/frodo/      whois:!SM8333



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to