Skip to content
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

[FIXED]: Issue #401 - Use reference equality to compare object instances... #402

Closed
wants to merge 3 commits into from

Conversation

D3-LucaPiombino
Copy link

... when checking for circular references in a object graph.(#401)

… instances when checking for circular references in a object graph.
@ivanjh
Copy link

ivanjh commented Oct 28, 2014

Duplicate of #214

…changing the current bahavior unconditionally would cause a breaking change, this change set add the ability to override the behavior by providing a new setting when configuring the serializer. All the configuration paths are supported(JsonSerializerSettings, Json*Attribute, JsonContract, JsonProperty, etc...).

See the ReferenceComparisonHandling enum.
[ADDED]: ReferenceComparisonHandlingTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants