Json Object Serializer Class
Base class for JSON object serializers.
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 JsonObjectSerializerVB
Public MustInherit Class JsonObjectSerializer- Inheritance
- Object JsonObjectSerializer
Properties
| ValueConverters | A collection of custom JSON value converters. |
Methods
| Deserialize(ReadOnlyMemoryByte, Type) | Deserialize the given bytes to an object of the given type. |
| Deserialize(ReadOnlyMemoryChar, Type) | Deserialize the given chars to an object of the given type. |
| Deserialize(String, Type) | Deserialize the given JSON string to an object of the given type. |
| 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) |
| Serialize | Serialize the given object to JSON. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |