Skip to content

Commit acbdda1

Browse files
committed
Make default DocumentSerializer public
This is useful for customizing the serialization options when using the default document serializer with minimal tweaks.
1 parent 628572f commit acbdda1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TableStorage/Visibility.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public partial class TableRepository<T> { }
2020
public partial class AttributedTableRepository<T> { }
2121
public partial class DocumentRepository { }
2222
public partial class DocumentRepository<T> { }
23+
public partial class DocumentSerializer { }
2324
public partial class AttributedDocumentRepository<T> { }
2425
public partial class TablePartition { }
2526
public partial class TablePartition<T> { }

0 commit comments

Comments
 (0)