Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MongoDB
Bson
Serialization
BsonClassMapSerializationProvider
C# Class MongoDB.Bson.Serialization.BsonClassMapSerializationProvider
Represents the class map serialization provider.
Inheritance:
MongoDB.Bson.Serialization.BsonSerializationProviderBase
Afficher le fichier
Open project: egametang/Egametang
Méthodes publiques
Méthode
Description
GetSerializer
(
Type
type
) :
IBsonSerializer
Gets the serializer for a type.
Method Details
GetSerializer()
public
méthode
Gets the serializer for a type.
public
GetSerializer
(
Type
type
) :
IBsonSerializer
type
System.Type
The type.
Résultat
IBsonSerializer