Class GlobalFeaturesSimpleStateCheckerSerializerContributor
Inheritance
GlobalFeaturesSimpleStateCheckerSerializerContributor
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class GlobalFeaturesSimpleStateCheckerSerializerContributor : ISimpleStateCheckerSerializerContributor, ISingletonDependency
Constructors
GlobalFeaturesSimpleStateCheckerSerializerContributor()
Declaration
public GlobalFeaturesSimpleStateCheckerSerializerContributor()
Fields
CheckerShortName
Declaration
public const string CheckerShortName = "G"
Field Value
Methods
Deserialize<TState>(JsonObject, TState)
Declaration
public ISimpleStateChecker<TState>? Deserialize<TState>(JsonObject jsonObject, TState state) where TState : IHasSimpleStateCheckers<TState>
Parameters
Type |
Name |
Description |
JsonObject |
jsonObject |
|
TState |
state |
|
Returns
Type Parameters
SerializeToJson<TState>(ISimpleStateChecker<TState>)
Declaration
public string? SerializeToJson<TState>(ISimpleStateChecker<TState> checker) where TState : IHasSimpleStateCheckers<TState>
Parameters
Returns
Type Parameters
Implements
Extension Methods