LoadObjectXml(Type,String,String) Method
Creates and deserializes a new instance of an object saved with GetObjectXml.
'Declaration
Public Overloads Shared Function LoadObjectXml( _
ByVal As Type, _
ByVal As String, _
ByVal As String _
) As Object
'Usage
Dim type As Type
Dim xml As String
Dim elementName As String
Dim value As Object
value = Serializer.LoadObjectXml(type, xml, elementName)
Parameters
- type
- Type of object
- xml
- XML string
- elementName
- Name of XML element