This repository was archived by the owner on Feb 15, 2021. It is now read-only.

Description
Is there functionality to prevent Manatee.Json from creating pointers when serializing? (or even just for specified types?). I'm serializing some objects with Equals implementations that are causing occasional identical values to be serialized with pointers, but the other side can't deal with them.