Table of Contents

Interface IMetaSettingService

Namespace
H.Services.Common.Serialize.Meta
Assembly
H.Services.Common.dll
public interface IMetaSettingService
Extension Methods

Methods

Deserilize<T>(string)

T Deserilize<T>(string id)

Parameters

id string

Returns

T

Type Parameters

T

Serilize(object, string)

void Serilize(object setting, string id)

Parameters

setting object
id string