App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class HealthStatusSerializer

Inheritance
System.Object
HealthStatusSerializer
Namespace:App.Metrics.Formatters.Json.Serialization
Assembly:cs.temp.dll.dll
Syntax
public class HealthStatusSerializer : IHealthStatusSerializer

Constructors

HealthStatusSerializer(IClock)

Declaration
public HealthStatusSerializer(IClock clock)
Parameters
Type Name Description
IClock clock

HealthStatusSerializer(JsonSerializerSettings)

Declaration
public HealthStatusSerializer(JsonSerializerSettings serializerSettings)
Parameters
Type Name Description
JsonSerializerSettings serializerSettings

Methods

Deserialize<T>(String)

Declaration
public virtual T Deserialize<T>(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
T
Type Parameters
Name Description
T

Serialize<T>(T)

Declaration
public virtual string Serialize<T>(T value)
Parameters
Type Name Description
T value
Returns
Type Description
System.String
Type Parameters
Name Description
T
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX