IRepresentationConfigurable(TSerializer) Interface (original) (raw)
IRepresentationConfigurableTSerializer Interface
Represents a serializer that has a Representation property.
Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public interface IRepresentationConfigurable : IRepresentationConfigurable where TSerializer : IBsonSerializer
Public Interface IRepresentationConfigurable(Of TSerializer As IBsonSerializer) Inherits IRepresentationConfigurable
type IRepresentationConfigurable<'TSerializer when 'TSerializer : IBsonSerializer> =
interface
interface IRepresentationConfigurable
end
Type Parameters
TSerializer
The type of the serializer.
The IRepresentationConfigurableTSerializer type exposes the following members.
Properties
Methods
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| | WithRepresentation | Returns a serializer that has been reconfigured with the specified representation. |
See Also