FreeTAKTeam / DigitalPy

A framework to support digital engineering in the python language
Eclipse Public License 2.0
8 stars 4 forks source link

Support optional relationships #76

Open naman108 opened 3 months ago

naman108 commented 3 months ago

Currently serialization of optional relationships fails. If the relationship is optional it should default to none and only be initialized in the case that the object is present in the data being serialized.