JsonHelperJsonSerializeT Method |
Serializes object to string
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public static string JsonSerialize<T>(
T tp
)
Public Shared Function JsonSerialize(Of T) (
tp As T
) As String
public:
generic<typename T>
static String^ JsonSerialize(
T tp
)
static member JsonSerialize :
tp : 'T -> string
Parameters
- tp
- Type: T
Object to serialze
Type Parameters
- T
- Type of object
Return Value
Type:
StringString represenation of supplied object
Remarks See Also