Closed phillip-haydon closed 2 months ago
Fixes issue #307 where types that call .ToString() end up with [Circular reference detected, object not serialized] instead of the ToString() value.
.ToString()
[Circular reference detected, object not serialized]
ToString()
Fixes issue #307 where types that call
.ToString()
end up with[Circular reference detected, object not serialized]
instead of theToString()
value.