Edit

Share via


SystemSerializer.Serialize<T>(T) Method

Definition

Returns the value so that it can be serialized directly.

public string? Serialize<T>(T value);
abstract member Serialize : 'T -> string
override this.Serialize : 'T -> string
Public Function Serialize(Of T) (value As T) As String

Type Parameters

T

Type to serialize from.

Parameters

value
T

Value to serialize.

Returns

String representation of value.

Implements

Applies to