Table of Contents

Property ShouldSerializeMethod

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

ShouldSerializeMethod

Gets the method that will be called to determine whether the member should be serialized.

public Func<object, bool> ShouldSerializeMethod { get; }

Property Value

Func<object, bool>