Skip to content

Commit

Permalink
fixing compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppekrol committed Dec 6, 2023
1 parent 2f57e5a commit 3608e7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void CustomSerialization()
{
#region custom_serialization4

store.Conventions.JsonContractResolver = new DefaultContractResolver(shareCache: true)
store.Conventions.JsonContractResolver = new DefaultContractResolver()
{
DefaultMembersSearchFlags =
BindingFlags.Public | BindingFlags.Instance
Expand Down Expand Up @@ -89,4 +89,4 @@ public void Add(Category category)

#endregion
}
}
}

0 comments on commit 3608e7e

Please sign in to comment.