You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2.0-breaking-changes/nest-breaking-changes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ public class StringTimeSpanConverter : JsonConverter
207
207
208
208
#Serialization settings
209
209
210
-
Serialization settings are now configurable through `ConnectionSettings` constructor and are stored in one single class.
210
+
Serialization settings are now configurable through `ConnectionSettings` constructor taking a factory function that returns an instance of `IElasticsearchSerializer`.
0 commit comments