-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.4, 3.1.0
-
Component/s: API
-
None
-
None
-
Major Change
-
None
-
None
-
None
-
None
-
None
-
None
Currently all the classes which implements org.bson.conversions.Bson interface are Serializable and Cloneable. It would be good if Bson interface itself extends those interfaces. Also when we do programming against interface (Bson), this is necessary.