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.
IBsonSerializer ChildSerializer { get; }
Property Value
- IBsonSerializer
The child serializer.
Methods
WithChildSerializer(IBsonSerializer)
Returns a serializer that has been reconfigured with the specified child serializer.
IBsonSerializer WithChildSerializer(IBsonSerializer childSerializer)
Parameters
childSerializer
IBsonSerializerThe child serializer.
Returns
- IBsonSerializer
The reconfigured serializer.