Show / Hide Table of Contents

Class DefaultJsonSerializer

Inheritance
object
DefaultJsonSerializer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Serialization
Assembly: PayrollEngine.Core.dll
Syntax
public static class DefaultJsonSerializer

Methods

Deserialize<T>(string)

Declaration
public static T Deserialize<T>(string json)
Parameters
Type Name Description
string json
Returns
Type Description
T
Type Parameters
Name Description
T

SerializeJson(object)

Declaration
public static StringContent SerializeJson(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
StringContent

SerializeJson(string)

Declaration
public static StringContent SerializeJson(string json)
Parameters
Type Name Description
string json
Returns
Type Description
StringContent

SerializeJson<T>(T)

Declaration
public static StringContent SerializeJson<T>(T obj)
Parameters
Type Name Description
T obj
Returns
Type Description
StringContent
Type Parameters
Name Description
T

Serialize<T>(T)

Declaration
public static string Serialize<T>(T obj)
Parameters
Type Name Description
T obj
Returns
Type Description
string
Type Parameters
Name Description
T
☀
☾
Back to top Generated by DocFX