100101102103104105106107108109110
if (gson == null) { gson = new GsonBuilder() .setDateFormat(DATE_FORMAT) .registerTypeAdapter( PERMISSION_TYPE.class, new PermissionTypeDeserializer()) .registerTypeAdapter( TrelloType.class, new TrelloTypeDeserializer()) .create(); }