Closed GoogleCodeExporter closed 9 years ago
Hi Peter,
Unfortunately serializing from an XmlReader is not supported. TypeSerializer
can serilaize standard POCO's or pure collection data classes like
Dictionary's/Lists etc.
I suggest that you manually populate a POCO class from the reader then
serialize that.
If you have control over your tables, you may be able to take advantage of
OrmLite - which is just a set of lightweight extensions over IDbCommand that
takes care of populating POCO's from a datareader.
Cheers,
Demis
Original comment by demis.be...@gmail.com
on 22 Jul 2010 at 4:17
Original comment by demis.be...@gmail.com
on 11 Aug 2010 at 3:14
Original issue reported on code.google.com by
peter.ro...@googlemail.com
on 22 Jul 2010 at 3:55Attachments: