In This Topic
The following tables list the members exposed by Serializer.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Formatting | Returns or sets formatting used by the XML writer. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Indentation | Returns or sets indentation used by the XML writer. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnLongOpInProgressProvider | Returns or sets the object implementing IOnLongOpInProgressProvider interface (can be used to provide visual feedback to the user during serialization). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SerializeDefaultValues | Gets or sets a value indicating whether all the values are to be persistent. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Deserialize | Overloaded. Deserializes an XML-document instance |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | DeserializeText | Deserializes text of element or attribute into object of appropriate type |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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