Click or drag to resize

BsonMapperSerializeT(T) Method

Serialize to BsonValue any .NET object based on T type (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<T>(
	T obj
)

Parameters

obj  T
 

Type Parameters

T

Return Value

BsonValue
See Also