-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding v1.3.14-style serialization #71
Adding v1.3.14-style serialization #71
Conversation
This reverts commit fce8b46.
Disabled the serialization implementation, but added the serialization spec. Bad news is: Akka.Persistence.MongoDb doesn't pass any of the Akka.Persistence.TCK requirements using either binary or object storage, and it's unlikely that it will without some major and possibly breaking changes. |
Binary serialization for |
…ng object serialization
Need to handle better serialization support for |
Last change cut the number of failed tests down from 11 to 4 - getting there |
All tests should now pass, except for the ones covered by this change: akkadotnet/akka.net#4002 |
Validated that data saved via Akka.Persistence.MongoDb v1.3.12 can be recovered with the new serialization code, when saved as objects. Going to try testing it with binary serialization next. |
Looks good using binary serialization as well, using snapshots and event journal. I think this change should be ok for v1.4.0 with some further testing in the field. |
Merging this in. The same usual suspects tests will fail until I pull in the v1.4.0 bits, which I am doing next. |
No description provided.