data-serialization Questions

5

Solved

I am wondering what serialized mechanism should we choose when dealing with object transferring over the network. What are the pros and cons ? I know most of the time we use JSON or XML for AJAX s...

4

Solved

msgpack seems to be an extremely fast, if extremely new format for data serialisation. Does it have a recognised MIME type yet? If not, what should be used in the interim?
Serious asked 31/7, 2011 at 10:31

1

Solved

I am new to AVRO and please excuse me if it is a simple question. I have a use case where I am using AVRO schema for record calls. Let's say I have avro schema { "name": "abc", "namepsace": "x...
Gina asked 17/5, 2016 at 14:31

2

Solved

according to Apache AVRO project, "Avro is a serialization system". By saying data serialization system, does it mean that avro is a product or api? also, I am not quit sure about what a data seri...
Doucette asked 21/3, 2010 at 10:34

1

Solved

I would like to know the merits & de-merits of Google Protocol Buffers JSON XML I want to implement one common framework for two application, one in Perl and second in Java. So, would...
Zygapophysis asked 25/12, 2012 at 6:32

1

Solved

I've got some code for Windows Phone 7, for a RSS app: private RSSSettings DeserializeSettings(string data) { RSSSettings rsssettings; try { var ser = new DataContractSerializer(typeof(RSSSet...

2

Solved

When creating XML I'm wondering why the CDATA blocks are uses rather than just escaping the data. Is there something allowed in a CDATA block that can't be escaped and placed in a regular tag? &lt...
Tetragon asked 26/8, 2010 at 17:1
1

© 2022 - 2024 — McMap. All rights reserved.