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.
The text was updated successfully, but these errors were encountered:
Currently
MongoIdSerializer
andUnionSerializer
are relying onNewtonsoft.Json
for serialization. In order to support #137 while remaining compatible withNewtonsoft.Json
, we need to convert these to useDataContractSerializer
instead.The text was updated successfully, but these errors were encountered: