Click or drag to resize

JsonObjectSerializerDeserialize Method (ReadOnlyMemory`1Byte, Type)

Deserialize the given bytes to an object of the given type.

Namespace:  SphinxConnector.FluentApi.Json
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public virtual Object Deserialize(
	ReadOnlyMemory<byte> json,
	Type type
)

Parameters

json
Type: ReadOnlyMemoryByte
The JSON bytes to construct the result from.
type
Type: SystemType
The type to construct from the JSON bytes.

Return Value

Type: Object
The constructed object.
Remarks
See Also