Class ClientJsonSerializer
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class ClientJsonSerializer
Methods
Deserialize<T>(string)
Declaration
public static T Deserialize<T>(string json) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| string | json |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Serialize<T>(T)
Declaration
public static string Serialize<T>(T obj) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj |
Returns
| Type | Description |
|---|---|
| string |
Type Parameters
| Name | Description |
|---|---|
| T |