Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.3.1
-
None
-
Windows7
Description
I have a class with a property "Id" that is mapped with a custom serializer.
When I try to update an element, using the Save method of the MongoCollection class, the query is built without using the serializer to map the property with the correct type.
I don't use the BSonRepresentationAttribute on my property.