Could you serialize an ExpandoObject? Davy
Davy, "So you want to keep data which is local, only ever going to be local, only needed locally, never accessed remotely, not WANTED to be made available outside our building, which can only WEAKEN our security by being off site, hosted offsite." BOFH: Simon Travaglia On Tue, Apr 29, 2014 at 3:05 PM, Michael Ridland <[email protected]> wrote: > > There's also the xsd and XML serialisation so you can deal with clr > objects entities. > > .... But just use json .... > > > > On Tuesday, April 29, 2014, Greg Keogh <[email protected]> wrote: > >> That piece of code looks so freaking ugly Greg. new >>> XElement("dasdass",new XElement( ... )) .. w.... t .... f .... >>> >> >> Hi CIT, that was an ancient post, where have you been, in the bunker >> writing top secret code for the new fighters? I know you can't answer, or >> you'll have to kill us. >> >> That functional XML / LISPish like code isn't so bad if you format it >> carefully. I try to line-up the parentheses vertically to help me when it >> gets long (unlike my terse example). >> >> Authors of some languages tend to love writing impenetrably ugly >> functional code. Some languages tend to produce code that only looks >> impenetrably ugly! >> >> GFK >> >
