Details
-
New Feature
-
Resolution: Duplicate
-
Minor - P4
-
1.1
-
None
-
None
Description
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.
Attachments
Issue Links
- 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
-