|
|
|
@ -7,7 +7,7 @@ namespace Volo.Abp.GlobalFeatures;
|
|
|
|
|
|
|
|
|
|
|
|
public class GlobalFeaturesSimpleStateCheckerSerializerContributor :
|
|
|
|
public class GlobalFeaturesSimpleStateCheckerSerializerContributor :
|
|
|
|
ISimpleStateCheckerSerializerContributor,
|
|
|
|
ISimpleStateCheckerSerializerContributor,
|
|
|
|
ITransientDependency
|
|
|
|
ISingletonDependency
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public string SerializeToJson<TState>(ISimpleStateChecker<TState> checker)
|
|
|
|
public string SerializeToJson<TState>(ISimpleStateChecker<TState> checker)
|
|
|
|
where TState : IHasSimpleStateCheckers<TState>
|
|
|
|
where TState : IHasSimpleStateCheckers<TState>
|
|
|
|
|