You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently MongoIdSerializer and UnionSerializer are relying on Newtonsoft.Json for serialization. In order to support #137 while remaining compatible with Newtonsoft.Json, we need to convert these to use DataContractSerializer instead.