Import dnet-pace-core module in this project and use it after renaming to dhp-pace-core #319

Merged
giambattista.bloisi merged 198 commits from beta_with_pace_core into beta 2023-07-11 14:03:15 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 72ebf7c0f3 - Show all commits

View File

@ -50,6 +50,7 @@ public class ScoreResult {
@Override
public String toString() {
final GsonBuilder b = new GsonBuilder();
b.serializeSpecialFloatingPointValues();
return b.setPrettyPrinting().create().toJson(this);
}
}