Delphi object persistence, what is the best way

前端 未结 6 2134
悲哀的现实
悲哀的现实 2021-01-31 23:35

I have developed application for drawing some shapes (lines mostly) , now i need to be able to store sketch to a file, I know that delphi has build in routines for object persi

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 23:57

    You also can use the famous hibernate know from java.

    the delphi port you can find here: dHibernate

提交回复
热议问题