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

Interface IEnvironmentInfoSerializer

Namespace:App.Metrics.Formatters.Json.Abstractions.Serialization
Assembly:cs.temp.dll.dll
Syntax
public interface IEnvironmentInfoSerializer

Methods

Deserialize<T>(String)

Declaration
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
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