BsonClassMapSerializer(TClass) Class (original) (raw)
BsonClassMapSerializerTClass Class
Represents a serializer for a class map.
Inheritance Hierarchy
Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class BsonClassMapSerializer : SerializerBase, IBsonIdProvider, IBsonDocumentSerializer, IBsonSerializer, IBsonPolymorphicSerializer
Public Class BsonClassMapSerializer(Of TClass) Inherits SerializerBase(Of TClass) Implements IBsonIdProvider, IBsonDocumentSerializer, IBsonSerializer, IBsonPolymorphicSerializer
type BsonClassMapSerializer<'TClass> =
class
inherit SerializerBase<'TClass>
interface IBsonIdProvider
interface IBsonDocumentSerializer
interface IBsonSerializer
interface IBsonPolymorphicSerializer
end
Type Parameters
TClass
The type of the class.
The BsonClassMapSerializerTClass type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also