String compression
.NET (Core and Framework)
4
Posts
2
Posters
0
Views
1
Watching
-
Hey guys, Is there a string compression that works in all programming languages? for example, if I compress the return string of a .net web service method, and the caller from another platform can decompress the returing string
Maybe gzip? Since it is used to compress HTTP bodies, and suppose to be light and quick should be implemented in most of environments.
No more Mister Nice Guy... >: |
-
Maybe gzip? Since it is used to compress HTTP bodies, and suppose to be light and quick should be implemented in most of environments.
No more Mister Nice Guy... >: |
-
Yes I should really get to work. Now. Just can't force myself to work on another one of WCF services. Bleh :)
No more Mister Nice Guy... >: |