The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataContractSerializer Methods
.NET Framework 3.5
The DataContractSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsStartObject | Overloaded. Determines whether the reader is positioned on an object that can be deserialized. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadObject | Overloaded. Reads the XML stream and returns the deserialized object. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
WriteEndObject | Overloaded. Writes the closing XML element using the specified writer. |
|
WriteObject | Overloaded. Writes all the object data (starting XML element, content, and closing element) to an XML document or stream. |
|
WriteObjectContent | Overloaded. Writes the XML content without the wrapping element using the specified writer. |
|
WriteStartObject | Overloaded. Writes the opening XML element using the specified writer. |