Sharp Serialization Library serializes and deserializes primitives, ArrayLists and Hashtables, compatible with PHP serialize(). Use it for SOAP/Web Services communications where Hashtables cannot be passed otherwise, or saving to a file readable by php.
License
Common Public License 1.0Follow Sharp Serialization Library
Other Useful Business Software
Veeam Data Platform v13.1 - Get Your Free Trial
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Rate This Project
Login To Rate This Project
User Reviews
-
I'm adding this review just to let everyone know I found this library incredibly useful. I spent several hours setting up SSH connections to my web host so I could get some custom data directly from MySQL in a C# console application. I know those platforms are rarely combined, which is why this library isn't used very much, but I forgot the WordPress options table is serialized before I tried to directly connect C# to MySQL. I bill clients hourly so I spent a lot of time getting to a place where the data was not usable. This library saved me from losing that time. Now I can proceed with the project. Thank You!
-
It perfectly works even in the Mono environment! Just don't forget to change the project type;)
-
I use this library instead of JSON.NET lib. I found it easier to use even in CFNET. I just found a small bug when unserializing accent characters that I have patched and sent to author.
-
Best solution for comunication to PHP API