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: 5.3.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSerialize
Serialize the given object to JSON.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also