Skip to content

Commit 639afbf

Browse files
authored
DOCSP-43732 - Remove [Serializable] (#237)
1 parent 3f66a6b commit 639afbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/upgrade.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Version 3.0 Potential Breaking Change
7676
- The LINQ2 provider has been removed from this version of the driver.
7777
You must use LINQ3 for all LINQ queries.
7878

79+
- Exception classes and their related types no longer contain the ``[Serializable]``
80+
attribute, and therefore no longer support the Microsoft legacy serialization API. To
81+
learn how to use the {+driver-short+} to serialize objects, see the
82+
:ref:`csharp-serialization` guide.
83+
7984
- TLS 1.0 and 1.1 are no longer supported. You must use TLS 1.2 or higher. To learn
8085
more about configuring TLS/SSL in the {+driver-short+}, see :ref:`<csharp-tls>`.
8186

0 commit comments

Comments
 (0)