ManagerSerializer.DeSerialize(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the serializer.
public:
virtual System::Object ^ DeSerialize(System::String ^ xml);
public object DeSerialize(string xml);
abstract member DeSerialize : string -> obj
override this.DeSerialize : string -> obj
Public Function DeSerialize (xml As String) As Object
- xml
- String
The XML,
The deserialized object.