Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.031 Beiträge
 
#1

How to debug Delphi JSON export stack-overflows: watch the fields and their circular

  Alt 23. Dez 2020, 05:11
Unlike Delphi RTL XML support which is property based, the JSON support is field based. By default, JSON uses all fields (no matter their protection level, so anything from strict private*to published* is taken into account). When there are cycles, they are not detected: it will just stack-overflow with a high set of entries like […]

Weiterlesen...
  Mit Zitat antworten Zitat