SccmSerializer Class
Updated: September 20, 2016
Applies To: System Center Configuration Manager (current branch)
Serializes or deserializes an application between the C# instance and the XML format.
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Schema | The XML schema set for the application. |
| Name | Description | |
|---|---|---|
![]() ![]() | Deserialize(XDocument) | Deserializes an application from an XML file to an in-memory instance. |
![]() ![]() | Deserialize(XDocument, Boolean) | Deserializes the application from an XML file to an in-memory instance. |
![]() ![]() | DeserializeFromString(String) | Deserializes an application from an XML string to an in-memory instance. |
![]() ![]() | DeserializeFromString(String, Boolean) | Deserializes the application from XML string to an in-memory instance. |
![]() ![]() | Serialize(Application) | Serializes an application instance to an XML file. |
![]() ![]() | Serialize(Application, Boolean) | Serializes the application instance to an XML file. |
![]() ![]() | SerializeToString(Application) | Serializes an application instance to an XML string. |
![]() ![]() | SerializeToString(Application, Boolean) | Serializes the application instance to an XML string. |
![]() ![]() | Validate(XDocument) | Validates an XML document against the application digest schema and semantic rules. |
![]() ![]() | ValidateFromString(String) | Validates an XML document in string format against the application digest schema and semantic rules. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



