C# Class MongoDB.Bson.Serialization.BsonClassMapSerializationProvider

Represents the class map serialization provider.
Inheritance: MongoDB.Bson.Serialization.BsonSerializationProviderBase
显示文件 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