mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
jdb: Do not serialize null fields
This commit is contained in:
@@ -17,7 +17,6 @@ import java.util.Map;
|
||||
*/
|
||||
public class JDB {
|
||||
private final static Gson GSON = new GsonBuilder()
|
||||
.serializeNulls()
|
||||
.setPrettyPrinting()
|
||||
.create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user