Click or drag to resize

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
)

Parameters

objectXml
Type: SystemString
The serialized string

Type Parameters

T
Type do deserialize

Return Value

Type: T
Object of type T
See Also