Java: Moving Away from XML Encode
Posted
by bguiz
on Stack Overflow
See other posts from Stack Overflow
or by bguiz
Published on 2010-04-06T05:20:14Z
Indexed on
2010/04/06
5:23 UTC
Read the original article
Hit count: 509
Hi,
We have this software which loads various bits of data from files that are written using XMLEncode (serialization using XML). We want to migrate from that to our own proprietary file format (can be XML based). Is there a automated way to achieve this initial conversion, without having to perform a deserialization, and then write those objects out in the new format?
XMLEncode format --> New proprietary file format
Thanks!
© Stack Overflow or respective owner