Edit

Share via


SystemSerializer.Serialize<T>(T) Method

Definition

Returns the value so that it can be serialized by the Windows.Storage.ApplicationDataContainer API directly.

public object Serialize<T> (T value);
abstract member Serialize : 'T -> obj
override this.Serialize : 'T -> obj
Public Function Serialize(Of T) (value As T) As Object

Type Parameters

T

Type to serialize from.

Parameters

value
T

Value to serialize.

Returns

String representation of value.

Implements

Applies to