In This Topic
The following tables list the members exposed by Serializer.
Public Constructors
Public Properties
| Name | Description |
| Formatting | Returns or sets formatting used by the XML writer. |
| Indentation | Returns or sets indentation used by the XML writer. |
| NonPublic | Returns or sets serialization of non-public properties. If true non-public properties are included, but are hidden by default. Public properties are always visible by default. |
| OnLongOpInProgressProvider | Returns or sets the object implementing IOnLongOpInProgressProvider interface (can be used to provide visual feedback to the user during serialization). |
| SerializeDefaultValues | Gets or sets a value indicating whether all the values are to be persistent. |
Top
Public Methods
| Name | Description |
| Deserialize | Overloaded. Deserializes an XML-document instance |
| DeserializeText | Deserializes text of element or attribute into object of appropriate type |
| Serialize | Overloaded. Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. DOES NOT close the underlying stream. Useful for copying objects. Caller is responsible to call out writer.Close() to close writer and underlying stream. |
Top
See Also