BsonMapperDeserialize(Type, BsonValue) Method |
Deserilize a BsonValue to .NET object based on type parameter
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Object Deserialize(
Type type,
BsonValue value
)
Parameters
- type Type
-
- value BsonValue
-
Return Value
Object
See Also