SerializationDeserializeObject Method
Deserializes the xml into the indicated object type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object DeserializeObject(
Type type,
string xml
)
Public Shared Function DeserializeObject (
type As Type,
xml As String
) As Object
- type Type
- Object type resulting from deserialization.
- xml String
- XML to deserialize.
ObjectObject with the result of the deserialization.