Преглед изворни кода

clarify Serializer doc a bit

closes #12091
Simon Krajewski пре 6 месеци
родитељ
комит
7eb37d5a99
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      std/haxe/Serializer.hx

+ 2 - 1
std/haxe/Serializer.hx

@@ -243,7 +243,8 @@ class Serializer {
 	
 		All haxe-defined values and objects with the exception of functions can
 		be serialized. Serialization of external/native objects is not
-		guaranteed to work.
+		guaranteed to work. This is also true for classes extending external/native
+		classes. On some targets, this might include exceptions, too.
 	
 		The values of `this.useCache` and `this.useEnumIndex` may affect
 		serialization output.