Click or drag to resize

BsonMapperToDocument(Type, Object) Method

Serialize a entity class to BsonDocument

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual BsonDocument ToDocument(
	Type type,
	Object entity
)

Parameters

type  Type
 
entity  Object
 

Return Value

BsonDocument
See Also