Skip to content

Conversation

alexvaluyskiy
Copy link
Contributor

I've skipped the persistence

@@ -408,21 +408,20 @@ private IInternalActorRef MakeChild(Props props, string name, bool async, bool s
{
if (argument != null && !(argument is INoSerializationVerificationNeeded))
{
var objectType = argument.GetType();
Copy link
Contributor Author

@alexvaluyskiy alexvaluyskiy Apr 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were serializing the type of object, instead of object itself

{
var baseUserAction = (BaseClusterUserAction)obj;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could cause an exception in some serializers

@Aaronontheweb
Copy link
Member

Merge conflicts with the most recent DData changes we pulled in

@Aaronontheweb Aaronontheweb merged commit c15dcfd into akkadotnet:dev Apr 10, 2017
@Aaronontheweb Aaronontheweb added this to the 1.2.0 milestone Apr 10, 2017
@alexvaluyskiy alexvaluyskiy deleted the serializationfixes branch April 10, 2017 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants