有没有办法使用Parceler使用Kotlin数据类和构造函数进行序列化,而不为每个字段使用@ParcelProperty注释?如果我尝试使用这样的库:@ParceldataclassValve@ParcelConstructorconstructor(valsize:Int)我得到错误:Parceler:没有找到构造函数参数arg0的相应属性。但是,如果我添加@ParcelProperty("size")它就可以了。这是为什么呢?更新:还有其他方法可以使用这个库。我可以删除@ParcelConstructor注释,但是我会得到错误Error:Parceler:No@ParcelCon