Hyperion 0.12.2
.NET Standard 1.6
.NET Framework 4.5
Install-Package Hyperion -Version 0.12.2
dotnet add package Hyperion --version 0.12.2
<PackageReference Include="Hyperion" Version="0.12.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyperion --version 0.12.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hyperion, 0.12.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hyperion as a Cake Addin
#addin nuget:?package=Hyperion&version=0.12.2
// Install Hyperion as a Cake Tool
#tool nuget:?package=Hyperion&version=0.12.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hyperion, fast binary POCO serializer
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- System.Collections.Immutable (>= 5.0.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
.NETStandard 1.6
- Microsoft.CSharp (>= 4.7.0)
- NETStandard.Library (>= 1.6.1)
- System.Collections.Immutable (>= 5.0.0)
- System.Reflection.TypeExtensions (>= 4.7.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- System.Collections.Immutable (>= 5.0.0)
- System.Runtime (>= 4.3.1)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Hyperion:
Package | Downloads |
---|---|
Akka.Serialization.Hyperion
Hyperion serializer for Akka.NET |
|
Akka.DistributedData
Replicated data using CRDT structures |
|
Akka.Serialization.Wire
Deprecated. Switch to the Akka.Serialization.Hyperion nuget package instead. |
|
NServiceBus.Hyperion
Package Description |
|
EventWay.MessageSerializer.Hyperion
Package Description |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Hyperion:
Repository | Stars |
---|---|
dotnet/orleans
Cloud Native application framework for .NET
|
|
akkadotnet/akka.net
Port of Akka actors for .NET
|
|
neuecc/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
AElfProject/AElf
A scalable cloud computing blockchain platform
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
|
Version | Downloads | Last updated |
---|---|---|
0.12.2 | 40,695 | 3/31/2022 |
0.12.1 | 646 | 3/23/2022 |
0.12.0 | 55,490 | 1/12/2022 |
0.11.2 | 81,287 | 10/7/2021 |
0.11.1 | 30,129 | 8/17/2021 |
0.11.0 | 14,900 | 7/9/2021 |
0.10.2 | 873 | 6/30/2021 |
0.10.1 | 55,686 | 4/19/2021 |
0.10.0 | 1,144 | 4/13/2021 |
0.9.17 | 8,437 | 3/24/2021 |
0.9.16 | 189,937 | 6/17/2020 |
0.9.15 | 65,091 | 2/27/2020 |
0.9.14 | 2,844 | 2/13/2020 |
0.9.13 | 2,327 | 2/10/2020 |
0.9.12 | 8,465 | 1/20/2020 |
0.9.11 | 64,996 | 11/13/2019 |
0.9.10 | 56,507 | 10/16/2019 |
0.9.9 | 2,309 | 10/4/2019 |
0.9.8 | 302,850 | 1/31/2018 |
0.9.7 | 3,659 | 1/19/2018 |
0.9.6 | 156,434 | 8/17/2017 |
0.9.5 | 6,230 | 8/11/2017 |
0.9.2 | 89,444 | 1/6/2017 |
0.9.1 | 1,508 | 1/3/2017 |
0.9.0 | 2,826 | 12/21/2016 |
Fix [deserialization type cache was shared between multiple serializer instances](https://github.com/akkadotnet/Hyperion/pull/306)