Greenhouse.Libs.Serialization
0.1.5
dotnet add package Greenhouse.Libs.Serialization --version 0.1.5
NuGet\Install-Package Greenhouse.Libs.Serialization -Version 0.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Greenhouse.Libs.Serialization" Version="0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Greenhouse.Libs.Serialization --version 0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Greenhouse.Libs.Serialization, 0.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Greenhouse.Libs.Serialization as a Cake Addin #addin nuget:?package=Greenhouse.Libs.Serialization&version=0.1.5 // Install Greenhouse.Libs.Serialization as a Cake Tool #tool nuget:?package=Greenhouse.Libs.Serialization&version=0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Serialization
This is a serialization library inspired by Mojang's DataFixerUpper library, specifically the serialization package. This mainly differs by having a far more simplistic and C# friendly implementation in comparison to their library.
Special Thanks To...
- EdwinMindcraft - A lot of the original code was based off their C# Serialization library. I don't think I would've learnt a lot of the things I learnt so quickly without Edwin's implementation.
- Oliver-makes-code - Simplifying the whole thing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
- System.Formats.Cbor (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.