artemis-odb-1.3.1
junkdog
released this
29 Dec 01:56
·
507 commits
to develop
since this release
Change Log
Version: 1.3.1 - 2015-12-29
- Fix: During deserialization, indirectly referenced entities were not included in
the archetypes section
Version: 1.3.0 - 2015-12-28
- Serialization
- Archetypes recorded in output; somewhat smaller output and faster load.
- If
JsonArtemisSerializer#setUsePrototypes
is true (default), omit components made
up of default values. - Json DOM was parsed multiple times, fixed.
- Overloaded JsonArtemisSerializer#load - deserialize directly from JsonValue.
- When loading entities, each deserialized child is assigned an entity id greater
than its parent. - added
WorldSerializationManager#getSerializer
(if you need to load JsonValue directly, for instance)
- Fix: Work-around for a NPE during weaving; occurred when trying to inspect fields belonging to any parent class