Load and store Optimizations as YAML.

refs #31
- Introduces custom BeanSerializer using SnakeYAML
- Removed previous json package
- Introduces eva2.yaml package
- Hidden properties are not saved
- Reintroduces output in text window
This commit is contained in:
2014-11-02 17:53:42 +01:00
parent 173ebd67c6
commit 551b14fe3d
11 changed files with 102 additions and 65 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/build/
out/
*.ser
*.yml
.settings/
.project
.classpath