Class Registry
Inherited Members
System.Object.GetType()
System.Object.ToString()
Assembly: Libplanet.Action.dll
Syntax
public static class Registry
Fields
|
Improve this Doc
View Source
Types
Declaration
public static readonly Dictionary<IValue, Type> Types
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<Bencodex.Types.IValue, Type> |
|
Methods
|
Improve this Doc
View Source
Deserialize(IValue)
Declaration
public static IAction Deserialize(IValue serialized)
Parameters
| Type |
Name |
Description |
| Bencodex.Types.IValue |
serialized |
|
Returns
|
Improve this Doc
View Source
IsSystemAction(IValue)
Declaration
public static bool IsSystemAction(IValue value)
Parameters
| Type |
Name |
Description |
| Bencodex.Types.IValue |
value |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsSystemAction(IAction)
Declaration
public static bool IsSystemAction(IAction action)
Parameters
| Type |
Name |
Description |
| IAction |
action |
|
Returns
| Type |
Description |
| System.Boolean |
|