Can i save some serialized objects to sharepoint 2010 database?

I need to save List of SType objects:

class SType
{

string A{get;set;}
string B{get;set;}

}

And i dont want to create list for that.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Take a look at SPPersistedObject, it may fit your needs. (or may not, your question is not really specific)

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.sppersistedobject.aspx
http://www.dotnetspark.com/kb/1554-sppersistedobject-class-sharepoint-tutorial.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.