Releases: Berstanio/gdx-graalhelper
Releases · Berstanio/gdx-graalhelper
2.0.1
2.0.0
This release contains
- GraalVM for JDK 21 is supported
CollectForGDXJsonSerialization
now collects all fields for deserialization correctly- All subclasses for a
CollectForGDXJsonSerialization
is now registered too - Added Killswitch to prevent accidentally registering graal internal classes
- All classes that inherit from
Drawable
are deserializable - Implemented new versioning scheme independent from libGDX
- Added new "annotations" module that has only a java 7 requirement. This helps with third party support.
- Some minor QOL improvements