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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top