forked from mirrors/0ad
c475cc2265
The debug serializer currently outputs data even for components where `Serialize = null`. This leads to useless data being output, especially in OOS debug states which makes diffing more annoying. Noted in #7634