IRepresentationConfigurable<TSerializer> Interface |
Namespace: MongoDB.Bson.Serialization
public interface IRepresentationConfigurable<TSerializer> : IRepresentationConfigurable, IHasRepresentationSerializer where TSerializer : IBsonSerializer
The IRepresentationConfigurable<TSerializer> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Representation |
Gets the representation.
(Inherited from IHasRepresentationSerializer.) |
Name | Description | |
---|---|---|
![]() | WithRepresentation |
Returns a serializer that has been reconfigured with the specified representation.
|