Hyperion 0.12.0

Hyperion, fast binary POCO serializer

Showing the top 20 packages that depend on Hyperion.

Packages Downloads
Akka.DistributedData
Replicated data using CRDT structures
37
Akka.DistributedData
Replicated data using CRDT structures
34
Akka.DistributedData
Replicated data using CRDT structures
33
Akka.DistributedData
Replicated data using CRDT structures
31
Akka.Serialization.Hyperion
Hyperion serializer for Akka.NET
30
Akka.DistributedData
Replicated data using CRDT structures
30
Akka.DistributedData
Replicated data using CRDT structures
29
Akka.Serialization.Hyperion
Hyperion serializer for Akka.NET
28
Akka.DistributedData
Replicated data using CRDT structures
26
Akka.DistributedData
Replicated data using CRDT structures
25
Akka.Serialization.Hyperion
Hyperion serializer for Akka.NET
25
Akka.DistributedData
Replicated data using CRDT structures
24
Akka.DistributedData
Replicated data using CRDT structures
23
Akka.Serialization.Hyperion
Hyperion serializer for Akka.NET
22
Akka.DistributedData
Replicated data using CRDT structures
22

Allow explicit control over which types can be deserialized [#281](https://github.com/akkadotnet/Hyperion/pull/281) We've expanded our deserialization safety check to block dangerous types from being deserialized; we recommend this method as a best practice to prevent [deserialization of untrusted data](https://cwe.mitre.org/data/definitions/502.html). You can now create a custom deserialize layer type filter programmatically: ```c# var typeFilter = TypeFilterBuilder.Create() .Include<AllowedClassA>() .Include<AllowedClassB>() .Build(); var options = SerializerOptions.Default .WithTypeFilter(typeFilter); var serializer = new Serializer(options); ``` For complete documentation, please read the [readme on filtering types for secure deserialization.](https://github.com/akkadotnet/Hyperion#whitelisting-types-on-deserialization)

Version Downloads Last updated
0.12.2 35 07/12/2022
0.12.1 10 08/28/2023
0.12.0 15 01/17/2023
0.11.2 25 04/27/2022
0.11.1 9 02/15/2024
0.11.0 8 08/30/2023
0.10.2 9 08/31/2023
0.10.1 12 08/24/2023
0.10.0 11 08/30/2023
0.9.17 12 08/29/2023
0.9.16 7 02/15/2024
0.9.15 10 08/28/2023
0.9.14 11 02/15/2024
0.9.13 9 08/29/2023
0.9.12 10 08/31/2023
0.9.11 11 08/31/2023
0.9.10 11 08/29/2023
0.9.9 8 06/13/2023
0.9.8 12 06/12/2023
0.9.7 12 06/12/2023
0.9.6 12 06/12/2023
0.9.5 10 06/14/2023
0.9.2 10 07/12/2022
0.9.1 12 07/12/2022
0.9.0 12 07/12/2022