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
Post a Comment