您的位置:首页 > 其它

【错误处理】找不到符号 implements Serializable

2015-01-08 16:16 344 查看
错误log



解决方法:
http://stackoverflow.com/questions/27664385/cannot-find-symbol-serializable
原因:Look at the order of your import(s). Can Bar be
Serializable
(and used) before you import
Serializable
? eclipse reordered them.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐