Spread ASP.NET 6.0 Product Documentation
CreateObjectInstanceAndDeserialize Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : CreateObjectInstanceAndDeserialize Method


Glossary Item Box

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.