序列化字节流中的字段如何分隔?

发布于 2024-10-14 13:23:57 字数 103 浏览 1 评论 0原文

我想知道如何分隔字节流中序列化对象的字段?

是否有某种二进制标志将它们分开,或者每个字段的长度是在开头定义的(或者它使用了另一种我没有想到的分隔技术)?

谢谢!

I was wondering how were delimited the fields of a serialized object in a byte stream?

Is there some kind of binary flag separating them, or are the length of each field defined at the beginning (or is it using another delimitation technique I didn't think of)?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

锦上情书 2024-10-21 13:23:57

序列化是将嵌套数据(对象)转换为平面流的过程。有很多方法可以做到这一点。它们都有相应的规格。如果您想了解详细信息,了解您对哪个序列化感兴趣,请搜索文档。

Serialization is process of converting nested data (object) to flat stream. There are a lot of ways to do that. Each of them have corresponding specifications. If you want to have details tell which serialization you are interested in and lets search for docs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文