How to set a MongoDb Serializer to an inner object property
Is it possible for MongoDb to set a DateTimeSerializer for a C# inner object DataTime property in a POCO class using ClassMap without the BsonDateTimeOptions attribute ? Example : public class Entity { public string Id { get; init; }…