From: Daniel Kirschten Date: Wed, 17 Jul 2019 10:46:54 +0000 (+0200) Subject: Serializing now serializes everything; among many other things: X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=a25f554756e1bc9a1f842293aefe60a220d8b950;hp=a25f554756e1bc9a1f842293aefe60a220d8b950;p=Mograsim.git Serializing now serializes everything; among many other things: -HighLevelStateHandlers now can be serialized -Common interface for serializable objects (JSONSerializable) -Serializable objects now "have" an ID (see IdentifierGetter) -LogicUICanvas's high level state debug shell sorts components better -HandleManager uses SubmodelComponent's constant for the name of the SubmodelInterface instead of a hardcoded string -Wrote some TODOs ---