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
TMongoDocument exposes both a System.JSON.Builders.TJSONIterator and System.JSON.Builders.TJSONObjectBuilder. It would be handy if your Serialization/Deserialization tool supported this.
Although probably Serialization would be via the AsJSON method.
But Deserialization to a Delphi Class via the TJSONIterator I think would be faster then .ASJSON.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
TMongoDocument exposes both a System.JSON.Builders.TJSONIterator and System.JSON.Builders.TJSONObjectBuilder. It would be handy if your Serialization/Deserialization tool supported this.
Although probably Serialization would be via the AsJSON method.
But Deserialization to a Delphi Class via the TJSONIterator I think would be faster then .ASJSON.
Beta Was this translation helpful? Give feedback.
All reactions