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

前端 未结 3 934
滥情空心
滥情空心 2020-11-27 07:54

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

3条回答
提交回复
热议问题