How to unserialize PHP Serialized array/variable/class and return suitable object in C# -


the goal unserialize php serialized string , sutable object in c#

is there way make possible in c#(.net)?

to more specific: need make application comunicates (via http) specific website returns needed information. fortunately/unfortunately dont have permission website data (array mostly) returned website php serialized.

found solution: sharp serialization library


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -