Search Results for

    Show / Hide Table of Contents

    Class SerializerRegistrationInformation

    Inheritance
    object
    SerializerRegistrationInformation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public class SerializerRegistrationInformation

    Constructors

    | Edit this page View Source

    SerializerRegistrationInformation(Type, string)

    Declaration
    public SerializerRegistrationInformation(Type type, string purpose)
    Parameters
    Type Name Description
    Type type
    string purpose

    Properties

    | Edit this page View Source

    Purpose

    A string describing the purpose of the serializer emitting this events.

    In `Elastisearch.Net` this will always be "request/response"

    Using `OpenSearch.Client` this could also be `source` allowing you to differentiate between the internal and configured source serializer

    Declaration
    public string Purpose { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TypeInformation

    Declaration
    public Type TypeInformation { get; }
    Property Value
    Type Description
    Type

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SerializerRegistrationInformation(Type, string)
    • Properties
      • Purpose
      • TypeInformation
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX