* DataSet.cs: Implemented IXmlSerializable interface. Added basic support for
authorLluis Sanchez <lluis@novell.com>
Tue, 22 Jul 2003 16:03:10 +0000 (16:03 -0000)
committerLluis Sanchez <lluis@novell.com>
Tue, 22 Jul 2003 16:03:10 +0000 (16:03 -0000)
commitf7aa445a38a11dee4448d90dbaa7ef914263b127
treee381396a6a69df57927950d3bd941169bd081ddb
parent7cdca5e2fb5f7b3454ba106781479c4f7c6ce147
* DataSet.cs: Implemented IXmlSerializable interface. Added basic support for
  xml serialization. Modified method of writing schema. Now it creates
  a XmlSchema object and serializes it using XmlSerializer.
* XmlConstants.cs: Added constants for data type names.
* XmlDataLoader.cs: Fixed deserialization of data. Now converts data to the
  type specified in the column.

svn path=/trunk/mcs/; revision=16530
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DataSet.cs
mcs/class/System.Data/System.Data/XmlConstants.cs
mcs/class/System.Data/System.Data/XmlDataLoader.cs