TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Data Serialization is different to Data Transfer

6 pointsby dekayedover 12 years ago

1 comment

tantalorover 12 years ago
In other words, data serialization is different than object serialization.<p>YAML syntax supports user-defined types, JSON doesn't. Of course, nobody thinking straight would deserialize unsafe objects, so it's practical to think of both JSON and YAML generally as data serialization formats and nothing more.