java parse string для перечисления с использованием GSON

logs = gson.fromJson(br, new TypeToken<List<JsonLog>>(){}.getType());
Careful Crayfish