typescript中使用cc.key的问题

刚把版本升到最新,每次都会报’cc.KEY’ is deprecated, please use ‘cc.macro.KEY’ instead.这条警告
导致使用相关枚举的类无法序列化从而程序失效,警告是这条
Can not serialize ‘xxx’ because the specified type is anonymous, please provide a class name or set the ‘serializable’ attribute of ‘xxx’ to ‘false’.
这块是一直没有维护的吗

Mark