serialization without xml format?

  • Thread starter Thread starter news.austin.rr.com
  • Start date Start date
N

news.austin.rr.com

A co-worker recently insisted that you cannot serialize and deserialize
objects unless you use XML. Shouldn't it be possible to create classes that
have the ability to serialize and deserialize themselves to a text file of a
proprietary format without using XML?
 
Your co-worker is patently wrong. You can serialize it to macaroni if you
wish (and I'd love to see it!). There are standards such as the
serialization engine used on the desktop, where XML can play a part, but
there's nothing preventing proprietary formats.

-Chris
 
Back
Top