Creates and deserializes a new instance of an object saved with the GetObjectXml method.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim type As Type
Dim xml As String
Dim elementName As String
Dim callingAssembly As Assembly
Dim value As Object
value = Serializer.LoadObjectXml(type, xml, elementName, callingAssembly) |
Parameters
- type
- Type of object
- xml
- XML string
- elementName
- Name of XML element
- callingAssembly
- Calling assembly
Return Value
Copy of
object saved with GetObjectXml, or null on failure
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also