惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

www.infosecurity-magazine.com
www.infosecurity-magazine.com
S
Security @ Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Google Online Security Blog
Google Online Security Blog
Hacker News: Ask HN
Hacker News: Ask HN
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Heimdal Security Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
The Cloudflare Blog
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
F
Full Disclosure
TaoSecurity Blog
TaoSecurity Blog
人人都是产品经理
人人都是产品经理
P
Proofpoint News Feed
T
Troy Hunt's Blog
H
Hacker News: Front Page
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
CERT Recently Published Vulnerability Notes
S
SegmentFault 最新的问题
T
The Exploit Database - CXSecurity.com
S
Security Affairs
H
Help Net Security
美团技术团队
小众软件
小众软件
Security Latest
Security Latest
Microsoft Azure Blog
Microsoft Azure Blog
P
Privacy International News Feed
G
Google Developers Blog
T
Threat Research - Cisco Blogs
Webroot Blog
Webroot Blog
U
Unit 42
Hacker News - Newest:
Hacker News - Newest: "LLM"
SecWiki News
SecWiki News
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 聂微东
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
D
Docker
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
M
MIT News - Artificial intelligence

博客园 - 可可

广东电信最新DNS更新了 分布式缓存失效处理 suse中计划任务工具cron的使用 转载《.NET框架设计之五------------异常设计(异常与返回值)》 《高级Bash脚本编程指南》在线阅读 转载《Linux Shell Bash 各种小技巧》 Linux多线程例子 转载《Adding a Second IP Address to an Existing Network Adapter on Linux》 SuSE下chkconfig的启动脚本参考例子"/etc/init.d/skeleton” - 可可 - 博客园 转载《Starting and Stoping Services: insserv》 linux下c++程序编译错误--理解typename 一个公网IP情况下实现LVS VS/DR vmware中suse10不能上网解决方法 Using PHP with mod_fcgid Apache Configuration PHP在Apache中两种工作方式的区别(CGI模式、Apache 模块DLL) SSO 转贴《负载均衡技术介绍》 CDN
序列化
可可 · 2009-09-18 · via 博客园 - 可可

序列化

Posted on 2009-09-18 09:27  可可  阅读(162)  评论(0)    收藏  举报

1. json  

   json不错,很多语言都支持,但要求字符串时utf8编码。

2. php serialize,

   phprpc提供了其它语言的实现.

   http://www.phprpc.org/zh_CN/

http://opensource.dynamoid.com/

3. google的ProtoBuf

4.facebook的thrift

http://wiki.apache.org/thrift/

5. hessian

http://hessian.caucho.com/

刷新页面返回顶部