I am trying to save a class to the database that holds one of my entities. In doing so I found that the entity was not marked as serializable. I in turn made it serializable and it then give me.
Type 'IdeaBlade.EntityModel.Entity' in Assembly 'IdeaBlade.EntityModel, Version=6.0.5.0, Culture=neutral, PublicKeyToken=287b5094865421c0' is not marked as serializable.
How do I save an Entity to the database?