INFO: Serialization of Public and Private Fields of a DataSet (326504)
The information in this article applies to:
- Microsoft ADO.NET (included with the .NET Framework) 1.0
- Microsoft ADO.NET (included with the .NET Framework 1.1)
- Microsoft Visual Basic .NET (2002)
- Microsoft Visual Basic .NET (2003)
This article was previously published under Q326504 SUMMARYThis article provides information about the public and
private fields of a DataSet that can be serialized.
Serialization can
be defined as the process of storing the state of an object instance to an .xml
file. During serialization, the public and private fields of the object are
converted to a stream of bytes and then written to a data stream. When the
object is later deserialized, an exact clone of the original object is created.
REFERENCES For additional information
about serialization in the .NET Framework, click the following article numbers
to view the articles in the Microsoft Knowledge Base: 314150
INFO: Roadmap for XML Serialization in the .NET Framework
325691 PRB: XML Serialization: System.Xml.XmlSerializer Does Not Serialize Default Values
318039 HOW TO: Make a Typed DataSet Return a Default Value Instead of DBNull by Using Visual Basic .NET
Notice
Modification Type: | Major | Last Reviewed: | 9/4/2003 |
---|
Keywords: | kbSqlClient kbRegistry kbConsole kbDataObject kbinfo KB326504 kbAudITPRO kbAudDeveloper |
---|
|