diff options
| author | Amir Karimi <amk9978@gmail.com> | 2024-09-12 10:56:18 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-09-17 11:00:49 +0200 |
| commit | ee5147cfd7de2add74a285537a8968ec074e70cd (patch) | |
| tree | 64129a4de2722fb78dc486c83656f9d907aab296 /docs/releases/5.2.txt | |
| parent | a060a22ee2dde7aa29a5a29120087c4864887325 (diff) | |
Fixed #29522 -- Refactored the Deserializer functions to classes.
Co-authored-by: Emad Mokhtar <emad.mokhtar@veneficus.nl>
Diffstat (limited to 'docs/releases/5.2.txt')
| -rw-r--r-- | docs/releases/5.2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 901475a7b4..7a0361283a 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -241,7 +241,9 @@ Security Serialization ~~~~~~~~~~~~~ -* ... +* Each serialization format now defines a ``Deserializer`` class, rather than a + function, to improve extensibility when defining a + :ref:`custom serialization format <custom-serialization-formats>`. Signals ~~~~~~~ |
