Hyperion icon indicating copy to clipboard operation
Hyperion copied to clipboard

Polymorphic serialization for .NET

Results 77 Hyperion issues
Sort by recently updated
recently updated
newest added

Current version in Nuget does not have a strong name. As result, there are problems when this library is used in strongly named applications

When JObject is used for messaging then Akka fails to route such messages due to serialization problem. In my particular case I have a strong typed message class with `IDictionary`...

``` System.InvalidCastException: 'Unable to cast object of type 'NobodySurrogate' to type 'Akka.Actor.IActorRef'.' ``` Using Hyperion 0.9.2

bug

Right now we can use `SerializerSession`/`DeserializerSession` for object caching when preserve object references flag is set. This way we can send only object IDs in subsequent deserialization instead of passing...

enhancement

My payload contains data like this in an FSharp Record. The error goes away if the values if the values are different. Only occurs when `preserve object refs` is true....

bug

### Motivation When working with Distributed Data, I came to the point when we need to serialize generic data types in efficient way - both in terms of performance and...

We would like to use Hyperion in our project and I see that the dev branch has a .NET Core compatible version (0.9.5). Would it be possible to push it...

`dotnet xunit` is out and allows passing `-teamcity` as an argument to force TeamCity formatting. This wasn't available in `dotnet test` so there's been the chance that we'd get false...

Related https://github.com/rogeralsing/Wire/issues/137

bug

As Roger mentioned in https://github.com/akkadotnet/akka.net/pull/2514#issuecomment-279155303 , current state of version tolerance is unfinished - it means that we're serializing field infos as part of the payload manifest, however we don't...

enhancement