Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / ValueJsonSerializer Property
In This Topic
    ValueJsonSerializer Property
    In This Topic
    Gets or sets the json serializer/deserializer for custom cell values
    Syntax
    public static IJsonSerializer ValueJsonSerializer {get; set;}

    Property Value

    The IJsonSerializer which will be used in all workbooks.
    Remarks
    Be aware of thread safety and JSON element injection problems when you are implementing the IJsonSerializer.
    See Also