Skip to content

Commit 7eb37d5

Browse files
committed
clarify Serializer doc a bit
closes #12091
1 parent 61d7dfe commit 7eb37d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

std/haxe/Serializer.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ class Serializer {
243243
244244
All haxe-defined values and objects with the exception of functions can
245245
be serialized. Serialization of external/native objects is not
246-
guaranteed to work.
246+
guaranteed to work. This is also true for classes extending external/native
247+
classes. On some targets, this might include exceptions, too.
247248
248249
The values of `this.useCache` and `this.useEnumIndex` may affect
249250
serialization output.

0 commit comments

Comments
 (0)