Click or drag to resize

JsonSerializerDeserializeArray(TextReader) Method

Deserialize a json array as an IEnumerable of BsonValue reading on demand TextReader

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static IEnumerable<BsonValue> DeserializeArray(
	TextReader reader
)

Parameters

reader  TextReader
 

Return Value

IEnumerableBsonValue
See Also