public static final class GsonFactory.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GsonFactory |
build()
Builds GsonFactory instance.
|
GsonFactory.Builder |
setReadLeniency(boolean readLeniency)
Set to
true when you want to the JSON parser to be lenient to reading JSON value. |
public GsonFactory.Builder setReadLeniency(boolean readLeniency)
true
when you want to the JSON parser to be lenient to reading JSON value. By
default, it is false
.public GsonFactory build()
Copyright © 2011–2023 Google. All rights reserved.