Click or drag to resize

MemberMapperSerialize Property

When used, can be define a serialization function from entity class to bson value

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Func<Object, BsonMapper, BsonValue> Serialize { get; set; }

Property Value

FuncObject, BsonMapper, BsonValue
See Also