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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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