SPAutoSerializingObject.GetObjectData method
SharePoint 2013
Gets the serialized state of the object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)] [SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)] public virtual void GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The information required for serializing the object.
- context
- Type: System.Runtime.Serialization.StreamingContext
The source or destination for the serialization.