| Author |
JSON Serializer
|
Aggarwal Arpit
Ranch Hand
Joined: Mar 04, 2012
Posts: 86
|
|
Hi,
In my code conversion to String and serialization of data and is done using JSON Serializer, which is causing performance issue in terms of speed:
Is there any other alternative to do the same?
Thanks in Advance
|
 |
g tsuji
Ranch Hand
Joined: Jan 18, 2011
Posts: 375
|
|
If serializing is the end of its own, this benchmarking page might be useful in helping to choose one that can be integrating more naturally with the application:
http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking
If json-serialization is the finality, you've to choose amongst those which support the same. As often said, face-value of benchmarking is often misleading...
|
 |
Aggarwal Arpit
Ranch Hand
Joined: Mar 04, 2012
Posts: 86
|
|
Thanks g tsuji for your reply, but I didn't get what you are trying to explain.
Can you elaborate it?
|
 |
 |
|
|
subject: JSON Serializer
|
|
|