BsonSerializerRegistryGetSerializer Method |
Name | Description | |
---|---|---|
GetSerializerT |
Gets the serializer for the specified T.
If none is already registered, the serialization providers will be used to create a serializer and it will be automatically registered.
| |
GetSerializer(Type) |
Gets the serializer for the specified type.
If none is already registered, the serialization providers will be used to create a serializer and it will be automatically registered.
|