Table of Contents

Interface IMultipleChildSerializersConfigurable

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

Represents a serializer that has multiple child serializers that configuration attributes can be forwarded to.

public interface IMultipleChildSerializersConfigurable
Extension Methods

Properties

ChildSerializers

Gets the child serializers.

Methods

WithChildSerializers(IBsonSerializer[])

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