Class FeaturesSimpleStateCheckerSerializerContributor
Inheritance
object
FeaturesSimpleStateCheckerSerializerContributor
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public class FeaturesSimpleStateCheckerSerializerContributor : ISimpleStateCheckerSerializerContributor, ISingletonDependency
Constructors
FeaturesSimpleStateCheckerSerializerContributor()
Declaration
public FeaturesSimpleStateCheckerSerializerContributor()
Fields
CheckerShortName
Declaration
public const string CheckerShortName = "F"
Field Value
Type | Description |
---|---|
string |
Methods
Deserialize<TState>(JsonObject, TState)
Declaration
public ISimpleStateChecker<TState>? Deserialize<TState>(JsonObject jsonObject, TState state) where TState : IHasSimpleStateCheckers<TState>
Parameters
Type | Name | Description |
---|---|---|
System.Text.Json.Nodes.JsonObject | jsonObject | |
TState | state |
Returns
Type | Description |
---|---|
ISimpleStateChecker<TState> |
Type Parameters
Name | Description |
---|---|
TState |
SerializeToJson<TState>(ISimpleStateChecker<TState>)
Declaration
public string? SerializeToJson<TState>(ISimpleStateChecker<TState> checker) where TState : IHasSimpleStateCheckers<TState>
Parameters
Type | Name | Description |
---|---|---|
ISimpleStateChecker<TState> | checker |
Returns
Type | Description |
---|---|
string |
Type Parameters
Name | Description |
---|---|
TState |