Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Serializer Class
Serializer Members
SerializeObject Method

 

 


Copyright © GrapeCity, inc. All rights reserved.