If I apply MongoDB.Bson.BsonExtensionMethods.ToJSON to a C# object:i.e.Object.ToJson()I get a string with a _t element that records the type of the C# object.I was assuming that this would then allow me to de-serialize the JSON string back into the Object using the _t type without having to specify the type in code.This does not seem to be the case. Which is a shame as it would be very useful when dealing with serialising/de-serialising types that are only known at run time.As _t is not for this, what is it for.--
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--