-
Notifications
You must be signed in to change notification settings - Fork 63
LitJson does not properly handle models that contain recursive public properties. Examples: Guid, DateTimeOffset #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Fix for serializing GUID has been released in v2.11.0. |
OK it's fixed for Guid, but what about others such as DateTimeOffset, DateOnly, TimeOnly? |
Having this problem with booleans as well.
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Max allowed object depth reached while trying to export from type System.DateTimeOffset
Infinite recursion here: https://github.com/aws/aws-xray-sdk-dotnet/blob/master/sdk/src/Core/ThirdParty/LitJson/JsonMapper.cs#L828
This is most likely same issue as #202
The text was updated successfully, but these errors were encountered: