Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: OpenSearch.Client
    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

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Extension Methods
    Back to top Generated by DocFX