anno-mods / FileDBReader

A command line tool for working with a proprietary bluebyte file compression used in Anno 2205 and 1800.
15 stars 4 forks source link

Update Null Behaviour Of De-/Serializers #26

Closed Shad0wlife closed 1 year ago

Shad0wlife commented 1 year ago

The De-/Serializers now actually skip null values. Separated null skipping for lists and reference arrays, with reference arrays defaulting to false -> create selfclosing tag (see DangerPoints in AnimalManager).

Updated Unit Tests to reflect this change.