File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
src/MongoDB.Bson/Serialization Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace MongoDB . Bson . Serialization . Conventions
4
4
{
5
- /// <summary>
6
- /// //TODO
7
- /// </summary>
8
- public interface IConventionRegistryDomain
5
+ internal interface IConventionRegistryDomain
9
6
{
10
7
/// <summary>
11
8
/// //TODO
Original file line number Diff line number Diff line change 19
19
20
20
namespace MongoDB . Bson . Serialization
21
21
{
22
- /// <summary>
23
- /// //TODO
24
- /// </summary>
25
- public interface IBsonClassMapDomain
22
+ internal interface IBsonClassMapDomain
26
23
{
27
24
/// <summary>
28
25
/// Gets all registered class maps.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public ExpandoObjectSerializer()
43
43
/// //TODO
44
44
/// </summary>
45
45
/// <param name="serializerRegistry"></param>
46
- public ExpandoObjectSerializer ( IBsonSerializerRegistry serializerRegistry )
46
+ internal ExpandoObjectSerializer ( IBsonSerializerRegistry serializerRegistry )
47
47
{
48
48
_listSerializer = serializerRegistry . GetSerializer < List < object > > ( ) ;
49
49
}
You can’t perform that action at this time.
0 commit comments