JsonValueConverter Class

Base class for custom JSON value converters.

Definition

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract class JsonValueConverter
Inheritance
Object    JsonValueConverter

Methods

CanConvert Determines whether the implementing class can convert a value of the given type to JSON.
ConvertToString Converts the given object to a JSON string.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also