public class JSONSerializers
extends java.lang.Object
ObjectSerializer instances that produce various flavors of
JSON.| Modifier and Type | Method and Description |
|---|---|
static ObjectSerializer |
getLegacy()
|
static ObjectSerializer |
getStrict()
|
public static ObjectSerializer getLegacy()
ObjectSerializer that mostly conforms to the strict JSON format defined in
getStrict in preference to this method.getStrict()public static ObjectSerializer getStrict()
ObjectSerializer that conforms to the strict JSON format defined in