Hyperion 0.9.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hyperion --version 0.9.7
NuGet\Install-Package Hyperion -Version 0.9.7
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="Hyperion" Version="0.9.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyperion --version 0.9.7
#r "nuget: Hyperion, 0.9.7"
#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 Hyperion as a Cake Addin
#addin nuget:?package=Hyperion&version=0.9.7

// Install Hyperion as a Cake Tool
#tool nuget:?package=Hyperion&version=0.9.7

Hyperion, fast binary POCO serializer

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on Hyperion:

Package Downloads
Akka.DistributedData The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Replicated data using CRDT structures

Akka.Serialization.Hyperion The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Hyperion serializer for Akka.NET

Akka.Serialization.Wire The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Deprecated. Switch to the Akka.Serialization.Hyperion nuget package instead.

NServiceBus.Hyperion

Package Description

Memstate.Wire

Serialization module for Memstate based on the high performance binary serializer Wire. https://github.com/rogeralsing/Wire

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Hyperion:

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
JasonXuDeveloper/Nino
Definite useful and high performance modules for C# projects, especially for Unity. 实用的高性能C#模块,尤其在Unity平台能带来令人难以置信的效益。
Version Downloads Last updated
0.12.2 847,236 3/31/2022
0.12.1 2,052 3/23/2022
0.12.0 92,546 1/12/2022
0.11.2 147,193 10/7/2021
0.11.1 34,479 8/17/2021
0.11.0 16,940 7/9/2021
0.10.2 1,402 6/30/2021
0.10.1 87,334 4/19/2021
0.10.0 1,579 4/13/2021
0.9.17 19,225 3/24/2021
0.9.16 448,718 6/17/2020
0.9.15 78,227 2/27/2020
0.9.14 3,406 2/13/2020
0.9.13 4,467 2/10/2020
0.9.12 12,561 1/20/2020
0.9.11 75,188 11/13/2019
0.9.10 64,225 10/16/2019
0.9.9 2,884 10/4/2019
0.9.8 361,384 1/31/2018
0.9.7 4,109 1/19/2018
0.9.6 207,421 8/17/2017
0.9.5 6,567 8/11/2017
0.9.2 97,984 1/6/2017
0.9.1 1,719 1/3/2017
0.9.0 3,453 12/21/2016

Maintenance release for Hyperion v0.9.***
This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.
[EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
[Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
[Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)
You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).