BsonMapperSerialize(Type, Object) Method |
Serialize to BsonValue any .NET object based on type parameter (using mapping rules)
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic BsonValue Serialize(
Type type,
Object obj
)
Parameters
- type Type
-
- obj Object
-
Return Value
BsonValue
See Also