Show / Hide Table of Contents

Class ClientJsonSerializer

Inheritance
object
ClientJsonSerializer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX