You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some classes, for example like in #37 properties can be reordered. We need to read them in correct order to be able to reconstruct entity back correctly
Currently LonLat(1.0, 2.0) is being reconstructed back as LonLat(2.0, 1.0)