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 61d7dfe commit 7eb37d5Copy full SHA for 7eb37d5
1 file changed
std/haxe/Serializer.hx
@@ -243,7 +243,8 @@ class Serializer {
243
244
All haxe-defined values and objects with the exception of functions can
245
be serialized. Serialization of external/native objects is not
246
- guaranteed to work.
+ guaranteed to work. This is also true for classes extending external/native
247
+ classes. On some targets, this might include exceptions, too.
248
249
The values of `this.useCache` and `this.useEnumIndex` may affect
250
serialization output.
0 commit comments