XmlSupportGetObjectByXmlSerializerXmlT Method (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
)
public:
generic<typename T>
static T GetObjectByXmlSerializerXml(
String^ objectXml
)
JavaScript does not support generic types or methods.
Parameters
- objectXml
- Type: SystemString
The serialized string
Type Parameters
- T
- Type do deserialize
Return Value
Type:
TObject of type T
See Also