Skip to content

artemis-odb-1.3.0

Compare
Choose a tag to compare
@junkdog junkdog released this 28 Dec 22:16
· 510 commits to develop since this release

Change Log

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