brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

Serializable attribute #696

Open jkonecki opened 7 years ago

jkonecki commented 7 years ago

I would like to use MembershipReboot in a project that requires BrockAllen.MembershipReboot.Hierarchical.HierarchicalUserAccount to be binary serializable.

Would you consider marking relevant classes with Serializable attribute? I can prepare a PR.