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
在数据赋值时,进行归档前。打印出的信息如下:
Printing description of subReflectAClass. bClass:
(myProject.SubReflectBClass) bClass = parent failed to evaluate: variable not available
你好,发现一个bug,归档跟解归档会崩。
例子
SubReflectAClass : Reflect {
number : String = ""
bClass : SubReflectBClass = SubReflectBClass()
}
SubReflectBClass : Reflect {
ID : String = ""
name : String = ""
}
解归档的时候,bClass里面的属性会显示unable to read data 。
报错是 read memory from 0x6***** failed ( 0 of 8 bytes read ) >
The text was updated successfully, but these errors were encountered: