Reflect icon indicating copy to clipboard operation
Reflect copied to clipboard

归档跟解归档会崩

Open LamMeya opened this issue 8 years ago • 1 comments

你好,发现一个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 ) >

LamMeya avatar Jul 14 '17 02:07 LamMeya

在数据赋值时,进行归档前。打印出的信息如下: Printing description of subReflectAClass. bClass: (myProject.SubReflectBClass) bClass = parent failed to evaluate: variable not available

LamMeya avatar Aug 03 '17 03:08 LamMeya