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
Apparently the *Thing pointer in the struct causes the problem. This means that in its current state this library cannot be used to serialize e.g. linked lists.
The text was updated successfully, but these errors were encountered:
Consider the following program:
Running this causes a fatal error:
(with many more similar lines).
Apparently the
*Thing
pointer in the struct causes the problem. This means that in its current state this library cannot be used to serialize e.g. linked lists.The text was updated successfully, but these errors were encountered: