Interface IChildSerializerConfigurable
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
Represents a serializer that has a child serializer that configuration attributes can be forwarded to.
public interface IChildSerializerConfigurable
- Extension Methods
Properties
- ChildSerializer
Gets the child serializer.
Methods
- WithChildSerializer(IBsonSerializer)
Returns a serializer that has been reconfigured with the specified child serializer.