Hi all. I got these warnings: NHibernate.Type.CustomType -- the custom composite class 'x' handled by 'y' is not Serializable: NHibernate.Type.CustomType -- the custom type 'x' handled by 'y' is not Serializable:
I know that i can easily fix these warnings by puttin the [serializable] attribute on the return type of my IUserType class, but my question is: Is this warning vital for some kind of stuff? Or can I simply ignore it? In my scenario, I don't need that my classes should be serializable... -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/Dwp1b-i9t4sJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
