logmanoriginal / JSONtext-Object-Serialization

Object serialization strategies for JSONtext
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Attempted recursive call error #15

Closed logmanoriginal closed 3 years ago

logmanoriginal commented 3 years ago

JSON Serializable From/To JSON are set to non-reentrant execution, which causes error "attempted recursive call" when (de-)serializing nested JSON Serializable objects.

image