We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191d7ae commit 4d9e30aCopy full SHA for 4d9e30a
src/Nest/Domain/Connection/ConnectionSettings.cs
@@ -139,8 +139,6 @@ public T SetJsonSerializerSettingsModifier(Action<JsonSerializerSettings> modifi
139
}
140
/// <summary>
141
/// Add a custom JsonConverter to the build in json serialization by passing in a predicate for a type.
142
- /// This is faster then adding them using AddJsonConverters() because this way they will be part of the cached
143
- /// Json.net contract for a type.
144
/// </summary>
145
public T AddContractJsonConverters(params Func<Type, JsonConverter>[] contractSelectors)
146
{
0 commit comments