DiscriminatedInterfaceSerializer(TInterface) Class (original) (raw)
DiscriminatedInterfaceSerializerTInterface Class
Represents a serializer for Interfaces.
Inheritance Hierarchy
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class DiscriminatedInterfaceSerializer : SerializerBase
Public Class DiscriminatedInterfaceSerializer(Of TInterface) Inherits SerializerBase(Of TInterface)
type DiscriminatedInterfaceSerializer<'TInterface> =
class
inherit SerializerBase<'TInterface>
end
Type Parameters
TInterface
The type of the interface.
The DiscriminatedInterfaceSerializerTInterface type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also