| IRepresentationConfigurableTSerializer Interface | 
Namespace: MongoDB.Bson.Serialization
 Syntax
Syntaxpublic interface IRepresentationConfigurable<TSerializer> : IRepresentationConfigurable where TSerializer : IBsonSerializer
The IRepresentationConfigurableTSerializer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Representation | 
            Gets the representation.
            (Inherited from IRepresentationConfigurable.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | WithRepresentation | 
            Returns a serializer that has been reconfigured with the specified representation.
             | 
 See Also
See Also