Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

归档跟解归档会崩 #19

Open
LamMeya opened this issue Jul 14, 2017 · 1 comment
Open

归档跟解归档会崩 #19

LamMeya opened this issue Jul 14, 2017 · 1 comment

Comments

@LamMeya
Copy link

LamMeya commented Jul 14, 2017

你好,发现一个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
Copy link
Author

LamMeya commented Aug 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant