We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c805014 commit aa1b742Copy full SHA for aa1b742
components/lock.rst
@@ -128,6 +128,15 @@ example, the kernel will automatically release semaphores acquired by the
128
store (see :ref:`lock stores <lock-stores>` for supported stores), an
129
exception will be thrown when the application tries to serialize the key.
130
131
+Locks can be serialized using both the native PHP serialization system
132
+and its :phpfunction:`serialize()` function, or using the Serializer
133
+component.
134
+
135
+.. versionadded:: 7.4
136
137
+ The support for serializing locks with the Serializer component was
138
+ introduced in Symfony 7.4.
139
140
.. _lock-blocking-locks:
141
142
Blocking Locks
0 commit comments