HOG.Serializers
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package HOG.Serializers --version 1.0.0
NuGet\Install-Package HOG.Serializers -Version 1.0.0
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="HOG.Serializers" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HOG.Serializers --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HOG.Serializers, 1.0.0"
#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 HOG.Serializers as a Cake Addin #addin nuget:?package=HOG.Serializers&version=1.0.0 // Install HOG.Serializers as a Cake Tool #tool nuget:?package=HOG.Serializers&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Newtonsoft.Json + FSPickler
let ser = pickle_serializer.serialize (1,"hello")
let des = pickle_serializer<int*string>.deserialize ser
let rt = json_serializer.roundtrip (1, "hello")
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- FSharp.Compiler.Tools (>= 10.0.2)
- FSharp.Core (>= 4.5.2)
- FsPickler (>= 5.3.0)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HOG.Serializers:
Package | Downloads |
---|---|
HOG.Tools
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.