-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.3.1
-
Component/s: None
-
Environment:Windows7
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.