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

Separate out deserialization from serialization static class #49

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

freels
Copy link
Member

@freels freels commented Jan 9, 2024

Somewhat minor refactor... Splitting up serializer from deserializer simplifies the class hierarchy a bit.

@freels freels requested a review from pnwpedro January 9, 2024 19:23
Comment on lines +1 to +6
using Fauna.Serialization;
using Fauna.Serialization.Attributes;

namespace Fauna.Test.Serialization;

class Person
Copy link
Member Author

Choose a reason for hiding this comment

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

Since serialization tests are already in their own namespace, it seemed safe to move these out of the partial class into the namespace proper.

@freels freels merged commit 9694bfb into main Jan 12, 2024
4 checks passed
@freels freels deleted the separate-deserializer branch January 12, 2024 17:08
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