TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

DSLs for Safe iOS/WatchOS Communication

26 点作者 Bogdanp3 个月前

2 条评论

TazeTSchnitzel3 个月前
I don&#x27;t know about Swift, but in Objective-C, couldn&#x27;t you use something like NSKeyedArchiver for serializing a complex object graph to a byte string? It&#x27;s not safe if you don&#x27;t trust the input, but if you <i>do</i>, I&#x27;m not sure why you&#x27;d go to the effort of reinventing this particular wheel, besides it being fun. Though maybe the serialization and deserialization are not the interesting parts here.
评论 #43082125 未加载
评论 #43086036 未加载
BiteCode_dev3 个月前
Can captain proto be used there?
评论 #43082151 未加载
评论 #43086017 未加载