PhpSerializerNET 1.4.0
See the version list below for details.
dotnet add package PhpSerializerNET --version 1.4.0
NuGet\Install-Package PhpSerializerNET -Version 1.4.0
<PackageReference Include="PhpSerializerNET" Version="1.4.0" />
paket add PhpSerializerNET --version 1.4.0
#r "nuget: PhpSerializerNET, 1.4.0"
// Install PhpSerializerNET as a Cake Addin #addin nuget:?package=PhpSerializerNET&version=1.4.0 // Install PhpSerializerNET as a Cake Tool #tool nuget:?package=PhpSerializerNET&version=1.4.0
PhpSerializerNET
This is a .NET library for working with the PHP serialization format.
Usage is rather simple:
using PhpSerializerNET;
string serializedData = PhpSerialization.Serialize(myObject);
and Deserializing
using PhpSerializerNET;
object myObject = PhpSerialization.Deserialize(serializedData);
Detailed documentation can be found here.
Changelog
Detailed list of changes for each version since initial release here..
Why?
I'm working with some legacy project that uses the format and the only other implementation of a serializer/deserializer I found had no license attached and I needed something GPL compatible. So wrote this one from scratch.
License
This project is licenced under the MPL 2.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PhpSerializerNET:
Package | Downloads |
---|---|
Paddle
Alpha Version Unofficial helpful sdk for Paddle |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 32 | 11/13/2024 |
1.4.0 | 96,290 | 11/18/2023 |
1.3.0 | 60,229 | 11/10/2022 |
1.2.0 | 22,306 | 4/18/2022 |
1.1.0 | 103,258 | 1/17/2022 |
1.0.0 | 1,634 | 12/31/2021 |
0.11.0 | 869 | 12/23/2021 |
0.10.0 | 851 | 12/17/2021 |
0.9.0 | 825 | 12/8/2021 |
0.8.0 | 876 | 11/29/2021 |
0.7.4 | 782 | 11/28/2021 |
0.7.3 | 1,299 | 11/19/2021 |
0.7.2 | 874 | 11/9/2021 |
0.7.1 | 772 | 11/8/2021 |
0.7.0 | 1,058 | 10/11/2021 |
0.6.0 | 841 | 9/23/2021 |
0.5.1 | 1,485 | 9/21/2021 |
0.5.0 | 875 | 9/20/2021 |
0.4.0 | 939 | 9/12/2021 |
0.3.0 | 882 | 9/11/2021 |
0.2.0 | 832 | 9/7/2021 |
0.1.0 | 931 | 9/6/2021 |