-
Type:
New Feature
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 1.9.2
-
Component/s: Serialization
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
The driver does support serialization of these types, as they extend IEnumerable<T>, but it doesn't support deserialization.
It's unfortunate as these types are the only option for properties that are both readonly (as IEnumerable<T> is) and imply they are already materialized (which IEnumerable<T> isn't).