Closed gregorvilkner closed 2 years ago
When serializing from auto generated classes to need to check if a "Specified" property exists and set it. i.e. ValueRankSpecified = true;
new PropertyDesign() { ValueRank=ValueRank.Array, ValueRankSpecified=true, }
cool. that was easy. thanks a lot. #livesaver
In the simple model below, the Purpose attribute on the Object type gets serialized, but the ValueRank on the PropertyDesign attribute doesn't get serialized.
Any idea of how to fix this?
Kind regards, Gregor