Spread for ASP.NET 8.0 Product Documentation
CreateObjectInstanceAndDeserialize Method


Creates an object serialized into a specified XML node reader of a specified type.
Creates an object previously serialized to an XML node.
Overload List
OverloadDescription
CreateObjectInstanceAndDeserialize(XmlNodeReader,Type)Creates an object serialized into a specified XML node reader of a specified type.  
CreateObjectInstanceAndDeserialize(XmlNodeReader,Type,Type)Creates an object serialized into a specified XML node reader of a specified type and interface.  
CreateObjectInstanceAndDeserialize(XmlNodeReader,Type,Type,Assembly)Creates an object serialized into a specified XML node reader of a specified type, interface, and calling assembly.  
Remarks
These methods create objects that were previously serialized to an XML node using the SerializeObject methods.
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

Reference

Serializer Class
Serializer Members
SerializeObject Method

 

 


Copyright © GrapeCity, inc. All rights reserved.