SPKeyValuePairSerializationInfo class
Stores data that is needed to serialize and deserialize an object.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class SPKeyValuePairSerializationInfo _
Implements IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable
'Usage
Dim instance As SPKeyValuePairSerializationInfo
public sealed class SPKeyValuePairSerializationInfo : IEnumerable<KeyValuePair<string, Object>>,
IEnumerable
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.