ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationProvider Interface / GetSerializer Method
A System.Type object representing the type to get serializer for.

In This Topic
    GetSerializer Method
    In This Topic
    Gets a serializer using the specified object type.
    Syntax
    'Declaration
     
    Function GetSerializer( _
       ByVal objectType As Type _
    ) As Object
    object GetSerializer( 
       Type objectType
    )

    Parameters

    objectType
    A System.Type object representing the type to get serializer for.

    Return Value

    A System.Object object representing the serializer.
    See Also