Skip to content
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

Restored support of ISerialization #44

Merged
merged 2 commits into from
Mar 28, 2017

Conversation

alexvaluyskiy
Copy link
Contributor

Fixed: #42
And have added unit tests

}

[Fact(Skip="Not implemented yet")]
public void CanSerializeClassesWithISerializable()
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 test is not working.

Copy link
Member

Choose a reason for hiding this comment

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

@alexvaluyskiy What's the issue with it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have created an issue #45

}

[Fact(Skip="Not implemented yet")]
public void ShouldNotThrowIfNoConstructorWithSerializationInfo()
Copy link
Contributor Author

@alexvaluyskiy alexvaluyskiy Mar 27, 2017

Choose a reason for hiding this comment

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

I'm not sure, what should we do, if we can't find a proper constructor for ISerializable
#45

}

[Fact(Skip="Not implemented yet")]
public void SkipNonSerializedAttributeIfNoSerilizedAttribute()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

NonSerializedAttribute should not work, if class if not marked with 'SerializableAttribute'

@Horusiath Horusiath merged commit a49fdce into akkadotnet:dev Mar 28, 2017
@alexvaluyskiy alexvaluyskiy deleted the iserialization branch March 28, 2017 18:29
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.

3 participants