Hacker News new | ask | show | jobs
by aamironline 2472 days ago
Let me ask you these...

- Won't it be good if you exchange less amount of data?

- Won't it be good if serializer/deserializer validates the data before processing/loading/serializing, and you don't have to write special validation code?

- Won't it be good if you only pass, data and not the definitions over the wire? For example just send "Spiderman, 25" instead of { "name": "Spiderman", "age", 25 }

- Won't it be good if you do not mix, data and metadata (such as recordCount, nextPage, etc...)?

- Won't it be good if the object collection can be streamed through partial serialization?

Internet Object improves on all these front!