Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MongoDB
Bson
Serialization
BsonClassMapSerializationProvider
C# 클래스 MongoDB.Bson.Serialization.BsonClassMapSerializationProvider
Represents the class map serialization provider.
상속:
MongoDB.Bson.Serialization.BsonSerializationProviderBase
파일 보기
프로젝트 열기: egametang/Egametang
공개 메소드들
메소드
설명
GetSerializer
(
Type
type
) :
IBsonSerializer
Gets the serializer for a type.
메소드 상세
GetSerializer()
공개
메소드
Gets the serializer for a type.
public
GetSerializer
(
Type
type
) :
IBsonSerializer
type
System.Type
The type.
리턴
IBsonSerializer