BsonMapperToDocument(Type, Object) Method |
Serialize a entity class to BsonDocument
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual BsonDocument ToDocument(
Type type,
Object entity
)
Parameters
- type Type
-
- entity Object
-
Return Value
BsonDocument
See Also