Hi,
Currently I encounter the behavior of JsonFormater.printer printing the long(int64) value as String to JSON.
Is there a way to set the JsonFormater.printer not to do this conversion (Long(int64) -> String in Json)?
In my use case, the JSON is not consumed by javascript app, representing the long(int64) as integer in JSON is not a problem.
Thanks
David