JsonObjectSerializer Class

Base class for JSON object serializers.

Definition

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract 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.
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)
Serialize Serialize the given object to JSON.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also