Skip to content

.NET class library which allows to deserialize data serialized with serialize() PHP-function

License

Notifications You must be signed in to change notification settings

szmcdull/php-deserializer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-deserializer

.NET Standard class library which allows to deserialize data serialized with serialize() PHP-function

At the moment there is no support for null values, objects and classes but it will be implemented in the future versions.

Usage is pretty simple and tight:

using SickSixtySix.PHPDeserializer;

...

var data = new PHPDeserializer("a:2:{i:0;s:5:\"Hello\";i:1;s:6:\"Привет\";}").Deserialize();

About

.NET class library which allows to deserialize data serialized with serialize() PHP-function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%