Delegate ConnectionSettings.SourceSerializerFactory
A delegate used to construct a serializer to serialize CLR types representing documents and other types related to
documents.
By default, the internal serializer will be used to serializer all types.
Assembly: OpenSearch.Client.dll
Syntax
public delegate IOpenSearchSerializer ConnectionSettings.SourceSerializerFactory(IOpenSearchSerializer builtIn, IConnectionSettingsValues values)
Parameters
Type |
Name |
Description |
IOpenSearchSerializer |
builtIn |
A delegate used to construct a serializer to serialize CLR types representing documents and other types related to documents. By default, the internal serializer will be used to serializer all types. |
IConnectionSettingsValues |
values |
A delegate used to construct a serializer to serialize CLR types representing documents and other types related to documents. By default, the internal serializer will be used to serializer all types. |
Returns
Type |
Description |
IOpenSearchSerializer |
A delegate used to construct a serializer to serialize CLR types representing documents and other types related to documents. By default, the internal serializer will be used to serializer all types. |
Extension Methods