I am rewriting a rest service in java, old code was in php and used PHP serialize() Function to store php object in DB. I need to to unserialize the data in java. please suggest working library that I can use in my project
I tried https://code.google.com/archive/p/serialized-php-parser/downloads but it was failing for some data (throwing parsing error)