[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.ValueJsonSerializer

ValueJsonSerializer Property

ValueJsonSerializer

Gets or sets the json serializer/deserializer for custom cell values

Declaration
public static IJsonSerializer ValueJsonSerializer { get; set; }
Public Shared Property ValueJsonSerializer As IJsonSerializer
Property Value
Type Description
IJsonSerializer

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.