XmlSupportGetObjectByXmlSerializerXmlT Method (String, String) | |
Deserializes a string into an object.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static T GetObjectByXmlSerializerXml<T>(
string objectXml,
string rootElement
)
public:
generic<typename T>
static T GetObjectByXmlSerializerXml(
String^ objectXml,
String^ rootElement
)
JavaScript does not support generic types or methods.
Parameters
- objectXml
- Type: SystemString
The serialized string - rootElement
- Type: SystemString
The serialized string
Type Parameters
- T
- Type do deserialize
Return Value
Type:
TObject of type T
See Also