ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonObjectCoderBuilder<TObject> Class / End Method

In This Topic
    End Method
    In This Topic
    Gets a coder for the %% type.
    Syntax
    'Declaration
     
    Public Function End() As JsonCoder(Of TObject)
    public JsonCoder<TObject> End()

    Return Value

    A JsonCoder<T> to encode and decode the object.
    Exceptions
    ExceptionDescription
    Thrown if the value is not a object.
    See Also