Click or drag to resize

BsonSerializerDeserialize Method

Deserialize binary data into BsonDocument

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static BsonDocument Deserialize(
	byte[] buffer,
	bool utcDate = false,
	HashSet<string> fields = null
)

Parameters

buffer  Byte
 
utcDate  Boolean  (Optional)
 
fields  HashSetString  (Optional)
 

Return Value

BsonDocument
See Also