You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
419 B
14 lines
419 B
BSON library changes from 1.6 to 1.6.1
|
|
|
|
BsonTypeMapper.cs
|
|
Map subclasses of BsonDocument correctly
|
|
Special case mapping of objects that can be simply cast to BsonValue
|
|
|
|
BsonValue.cs
|
|
Fix implementation of IConvertible for ObjectId
|
|
|
|
ObjectId.cs
|
|
Now implements IConvertible
|
|
|
|
BsonClassMapSerializer.cs
|
|
Handle serializing/deserializing null values for properties/fields that are declared as an interface
|