Serialize in a human readable text format

Posted by Martin Kirsche on Stack Overflow See other posts from Stack Overflow or by Martin Kirsche
Published on 2008-11-03T14:25:02Z Indexed on 2010/03/31 16:03 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

Is there a way in .NET 2.0 (C#) to serialize object like you do using XmlSerializer in a simple / customizable human readable format thats for instance looks like PXLS or JSON? Also I know that XML is human readable, I'm looking for something with less annoying redundancy, something that you can output to the console as a result for the user.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-2.0