Click or drag to resize

JsonObjectSerializer Class

Base class for JSON object serializers.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.JsonJsonObjectSerializer

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public abstract class JsonObjectSerializer

The JsonObjectSerializer type exposes the following members.

Properties
 NameDescription
Public propertyValueConverters A collection of custom JSON value converters.
Top
Methods
 NameDescription
Public methodDeserialize(ReadOnlyMemoryByte, Type) Deserialize the given bytes to an object of the given type.
Public methodDeserialize(ReadOnlyMemoryChar, Type) Deserialize the given chars to an object of the given type.
Public methodDeserialize(String, Type) Deserialize the given JSON string to an object of the given type.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSerialize Serialize the given object to JSON.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also