Example usage for Java com.google.gson LongSerializationPolicy fields, constructors, methods, implement or subclass
The text is from its open source code.
LongSerializationPolicy | DEFAULT This is the "default" serialization policy that will output a long object as a JSON number. |
LongSerializationPolicy | STRING Serializes a long value as a quoted string. |