Json Value Converter Class
Base class for custom JSON value converters.
Definition
Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract class JsonValueConverterVB
Public MustInherit 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |