Delphi (win32) serialization libraries

前端 未结 4 1882
夕颜
夕颜 2020-12-09 23:10

Are there any Delphi serialization libraries that are capable of serializing records and arrays of records instead of classes?

4条回答
  •  臣服心动
    2020-12-10 00:01

    If you have Delphi 2010, you might want to take a look at DeHL. It contains a serialization library that can handle pretty much any data type.

提交回复
热议问题