Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Serializer Class / CreateObjectInstanceAndDeserialize Method


In This Topic
    CreateObjectInstanceAndDeserialize Method
    In This Topic
    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
    Creates an object serialized into a specified XML node reader of a specified type.  
    Creates an object serialized into a specified XML node reader of a specified type and interface.  
    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.
    See Also