com.grapecity.documents.excel Package / Workbook Class / setTagJsonSerializer Method
The JSON serializer for tag custom type.
In This Topic
setTagJsonSerializer Method
In This Topic
Sets JSON serializer for custom type in from/to JSON.
Syntax
public static void setTagJsonSerializer( 
   IJsonSerializer value
)

Parameters

value
The JSON serializer for tag custom type.
See Also