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