Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MongoDB
Bson
Serialization
BsonClassMapSerializationProvider
C# Class MongoDB.Bson.Serialization.BsonClassMapSerializationProvider
Represents the class map serialization provider.
Inheritance:
MongoDB.Bson.Serialization.BsonSerializationProviderBase
Show file
Open project: egametang/Egametang
Public Methods
Method
Description
GetSerializer
(
Type
type
) :
IBsonSerializer
Gets the serializer for a type.
Method Details
GetSerializer()
public
method
Gets the serializer for a type.
public
GetSerializer
(
Type
type
) :
IBsonSerializer
type
System.Type
The type.
return
IBsonSerializer