Click or drag to resize

BsonMapperSerialize(Type, Object) Method

Serialize to BsonValue any .NET object based on type parameter (using mapping rules)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BsonValue Serialize(
	Type type,
	Object obj
)

Parameters

type  Type
 
obj  Object
 

Return Value

BsonValue
See Also