SccmSerializer Class

 

Updated: June 22, 2012

Applies To: System Center 2012 Configuration Manager

Serializes or deserializes an application between the C# instance and the XML format.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement.Serialization
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

System::Object
  Microsoft.ConfigurationManagement.ApplicationManagement.Serialization::SccmSerializer

public ref class SccmSerializer abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticSchema

The XML schema set for the application.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserialize(XDocument^)

Deserializes an application from an XML file to an in-memory instance.

System_CAPS_pubmethodSystem_CAPS_staticDeserialize(XDocument^, Boolean)

Deserializes the application from an XML file to an in-memory instance.

System_CAPS_pubmethodSystem_CAPS_staticDeserializeFromString(String^)

Deserializes an application from an XML string to an in-memory instance.

System_CAPS_pubmethodSystem_CAPS_staticDeserializeFromString(String^, Boolean)

Deserializes the application from XML string to an in-memory instance.

System_CAPS_pubmethodSystem_CAPS_staticSerialize(Application^)

Serializes an application instance to an XML file.

System_CAPS_pubmethodSystem_CAPS_staticSerialize(Application^, Boolean)

Serializes the application instance to an XML file.

System_CAPS_pubmethodSystem_CAPS_staticSerializeToString(Application^)

Serializes an application instance to an XML string.

System_CAPS_pubmethodSystem_CAPS_staticSerializeToString(Application^, Boolean)

Serializes the application instance to an XML string.

System_CAPS_pubmethodSystem_CAPS_staticValidate(XDocument^)

Validates an XML document against the application digest schema and semantic rules.

System_CAPS_pubmethodSystem_CAPS_staticValidateFromString(String^)

Validates an XML document in string format against the application digest schema and semantic rules.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticNamespace

The namespace of the application.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: