ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / SerializerBase Class / Deserialize Method / Deserialize(String,Object,Type,C1DocumentFormatEnum) Method

In This Topic
    Deserialize(String,Object,Type,C1DocumentFormatEnum) Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Overloads Function Deserialize( _
       ByVal fileName As System.String, _
       ByVal o As System.Object, _
       ByVal type As System.Type, _
       ByVal format As C1DocumentFormatEnum _
    ) As System.Object
    public System.object Deserialize( 
       System.string fileName,
       System.object o,
       System.Type type,
       C1DocumentFormatEnum format
    )

    Parameters

    fileName
    o
    type
    format
    See Also