The goal is to unserialize a PHP serialized string and get sutable object in C#
Is there any way to make this possible in C#(.Net)?
To be more specific: We n
I suppose using JSON as an intermediary step could be useful.