We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c357a0 commit a97672aCopy full SHA for a97672a
1 file changed
language/predefined/closure.xml
@@ -76,6 +76,17 @@
76
</informaltable>
77
</section>
78
79
+ <section role="notes">
80
+ &reftitle.notes;
81
+ <note>
82
+ <simpara>
83
+ <classname>Closure</classname> objects cannot be serialized
84
+ as closures may contain bound variables and a specific execution context.
85
+ Attempting to serialize a closure will throw an <exceptionname>Exception</exceptionname>.
86
+ </simpara>
87
+ </note>
88
+ </section>
89
+
90
</partintro>
91
92
&language.predefined.closure.construct;
0 commit comments