Click or drag to resize

EAPUtilDeserialize Method

Deserialize a string to a simple class. Note that only public fields and public read/write properties are handled.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Object Deserialize(
	string sXml,
	Type eType
)

Parameters

sXml
Type: SystemString
The XML to deserialize.
eType
Type: SystemType
The type that should be the result of the deserialization.

Return Value

Type: Object
The deserialized object of the specified type.
See Also