当前位置:网站首页>delphi10的rest.json与system.json的踩坑
delphi10的rest.json与system.json的踩坑
2020-11-07 20:57:00 【supermay】
delphi10的rest.json与system.json的踩坑,足足一天多
delphi自带的rest.json,system.json不支持泛型,于是复杂一点的JSON,用继承类是可以实现的,结果多层的类封包时还是转换出错。不支持property的语法
找了一个X-superobject好像好一点,起码支持泛型,支持property语法。
版权声明
本文为[supermay]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/11596/blog/4707727
边栏推荐
- Big data algorithm - bloon filter
- 一次公交卡被“盜刷”事件帶來的思考
- Reflection on a case of bus card being stolen and swiped
- Don't treat exceptions as business logic, which you can't afford
- 一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
- websocket+probuf.原理篇
- Do not understand the underlying principle of database index? That's because you don't have a B tree in your heart
- 使用“1”个参数调用“DownloadString”时发生异常:“操作超时”
- Using pipe() to improve code readability in pandas
- In the age of screen reading, we suffer from attention deficit syndrome
猜你喜欢
Why do we need software engineering -- looking at a simple project
高级并发编程系列九(Lock接口分析)
use Xunit.DependencyInjection Transformation test project
Web API系列(三)统一异常处理
Principles of websocket + probuf
使用 Xunit.DependencyInjection 改造测试项目
A detailed explanation of microservice architecture
我们为什么需要软件工程——从一个简单的项目进行观察
大数据算法——布隆过滤器
带你深入了解 GitLab CI/CD 原理及流程
随机推荐
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
在pandas中使用pipe()提升代码可读性
Let's talk about the locks in the database
A detailed explanation of microservice architecture
How to think in the way of computer
Exploration and practice of growingio responsive programming
awk实现类sql的join操作
不懂数据库索引的底层原理?那是因为你心里没点b树
C语言I博客作业03
当 TiDB 与 Flink 相结合:高效、易用的实时数仓
[C + + learning notes] how about the simple use of the C + + standard library STD:: thread?
Mac新手必备小技巧
Git code submission operation, and git push prompt failed to push some refs'xxx '
计组-总线通信控制之异步串行通信的数据传输
工作1-3年的程序员,应该具备怎么样的技术能力?该如何提升?
带你深入了解 GitLab CI/CD 原理及流程
使用“1”个参数调用“DownloadString”时发生异常:“操作超时”
Annual salary of 900000 programmers is not as good as 3800 civil servants a month? How to choose between stability and high income?
From technology to management, the technology of system optimization is applied to enterprise management
Don't treat exceptions as business logic, which you can't afford