You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method is only guaranteed to work on anonymous structures.
Refer to `Type.getInstanceFields` for a function supporting class instances.
However, haxe.Serializer has always used it on class instances in its serializeFields function, which makes me think that we can relax this constraint. The only target where it does something else is flash, and I'll be happy to document that accordingly.
The docs say
However, haxe.Serializer has always used it on class instances in its
serializeFields
function, which makes me think that we can relax this constraint. The only target where it does something else is flash, and I'll be happy to document that accordingly.This is relevant to #11863 as well.
The text was updated successfully, but these errors were encountered: