GridSerializer.SerializedUpdate<T> Class
The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate<T>
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute> _
Protected Class SerializedUpdate(Of T)
'Usage
Dim instance As GridSerializer.SerializedUpdate(Of T)
[DataContractAttribute]
protected class SerializedUpdate<T>
Type Parameters
- T
Remarks
The GridSerializer.SerializedUpdate<T> class is used to parse incoming data from the client.
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.