eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

Backwards Compatibility in xml #10

Open eonarheim opened 12 years ago

eonarheim commented 12 years ago

The current idea is to attempt to deserialize xml and if it fails cherry pick and guess values where you can.

We will probably have to use some clever java reflection to do this... this will be tough.