-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Minor - P4
-
Affects Version/s: 1.1
-
Component/s: None
-
None
For example:
public class C { public ObjectId Id; [BsonDateTimeOptions(Kind = DateTimeKind.Local)] // should be applied to each element of array public DateTime[] DateTimes; }
or something similar (not sure what the best design is yet).
Also need to support all collection types, not just arrays.
- is duplicated by
-
CSHARP-376 Use IBsonSerializationOptions in Deserialize/Serialize methods in the various Bson/Serialization/Serializers/*
- Closed
-
CSHARP-308 Support serialization options for Array and Dictionary values
- Closed