UserExtensionStorageHelper.SerializeValue<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the serializer to serialize a value appropriately for the type.
protected object SerializeValue<T>(T value);
member this.SerializeValue : 'T -> obj
Protected Function SerializeValue(Of T) (value As T) As Object
Type Parameters
- T
The type of object being serialized.
Parameters
- value
- T
The object to serialize.
Returns
The serialized object.