Class SerializerRegistrationInformation
Inheritance
SerializerRegistrationInformation
Assembly: OpenSearch.Net.dll
public class SerializerRegistrationInformation
Constructors
|
Edit this page
View Source
Declaration
public SerializerRegistrationInformation(Type type, string purpose)
Parameters
Properties
|
Edit this page
View Source
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
|
Edit this page
View Source
Declaration
public Type TypeInformation { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public override string ToString()
Returns
Overrides
Extension Methods