Searched defs:prettyPrinting (Results 1 – 2 of 2) sorted by relevance
185 final boolean prettyPrinting; field in Gson248 boolean prettyPrinting, boolean lenient, boolean serializeSpecialFloatingPointValues, in Gson()
101 private boolean prettyPrinting = DEFAULT_PRETTY_PRINT; field in GsonBuilder