Class SerializerRegistrationInformation
Inherited Members
Namespace: OpenSearch .Net
Assembly: OpenSearch.Net.dll
Syntax
public class SerializerRegistrationInformation
Constructors
| Edit this page View SourceSerializerRegistrationInformation(Type, string)
Declaration
public SerializerRegistrationInformation(Type type, string purpose)
Parameters
Properties
| Edit this page View SourcePurpose
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 |
TypeInformation
Declaration
public Type TypeInformation { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |