Delphi Component Serialization

后端 未结 3 1832
余生分开走
余生分开走 2020-12-18 03:54

Has anyone run into issues serializing components into a file and reading them back, specifically in the area where the component vendor upgrades the VCL components. For ex

3条回答
  •  甜味超标
    2020-12-18 04:38

    Thanks for the reply. I was trying to avoid custom serialization and take advantage of the each component serialization technique, but with the lack opf any way to "patch" an upgrade to a new component format I guess custom serialization is the only method.

提交回复
热议问题