Table of Contents

Method WithChildSerializer

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

WithChildSerializer(IBsonSerializer)

Returns a serializer that has been reconfigured with the specified child serializer.

IBsonSerializer WithChildSerializer(IBsonSerializer childSerializer)

Parameters

childSerializer IBsonSerializer

The child serializer.

Returns

IBsonSerializer

The reconfigured serializer.