iexternalizable

IExternalizable (as3)

戏子无情 提交于 2019-12-11 12:27:35
问题 has anyone used the IExternalizable interface? ... I have a fundamental question. When I haved serialized my object ... and have saved as a file .... and now I wants to make some changes in the class ... e.g. add an attribute ... I can not re-convert the file into an object of this class ... because in the readExternal method is now one more attribute, which the stored object (file) does not own .... is there a way to make this more flexible? -- // german Hallo hat schon mal jemand das im