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
TMVCJsonDataObjectsSerializer.DataSetToJsonArray is very slow do serialize a dataset containned in a class (DataModule or Form) with high number os class members.
The TMVCAbstractSerializer.GetNameAs and TMVCAbstractSerializer.IsIgnoredComponent are very slow with big classes (high number of fields) to read attributes using RTTI.
TMVCJsonDataObjectsSerializer.DataSetToJsonArray is very slow do serialize a dataset containned in a class (DataModule or Form) with high number os class members.
The TMVCAbstractSerializer.GetNameAs and TMVCAbstractSerializer.IsIgnoredComponent are very slow with big classes (high number of fields) to read attributes using RTTI.
Sample attached.
dmvc_slow_serialization.zip
The text was updated successfully, but these errors were encountered: