C# 클래스 MongoDB.Bson.Serialization.BsonDefaultSerializationProvider

Represents the default serialization provider.
상속: IBsonSerializationProvider
파일 보기 프로젝트 열기: egametang/Egametang

공개 메소드들

메소드 설명
GetSerializer ( Type type ) : IBsonSerializer

Gets the serializer for a type.

비공개 메소드들

메소드 설명
BsonDefaultSerializationProvider ( ) : System
GetCollectionSerializer ( Type type ) : IBsonSerializer

메소드 상세

GetSerializer() 공개 메소드

Gets the serializer for a type.
public GetSerializer ( Type type ) : IBsonSerializer
type System.Type The type.
리턴 IBsonSerializer