ISerializableUsageEntry Interface
SharePoint 2010
Allows an object to control its own serialization and deserialization.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Any class that implements this interface should implement a constructor that accepts a parameter of type SPKeyValuePairSerializationInfo. During deserialization the current constructor is called only after the data in the SPKeyValuePairSerializationInfo object has been deserialized by the formatter. In general this constructor should be protected if the class is not sealed.