20240211
This commit is contained in:
17
anbs_cp/Enums/ESerializeExceptionAction.cs
Normal file
17
anbs_cp/Enums/ESerializeExceptionAction.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace anbs_cp.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Действие, которое привело к ошибке сериализации
|
||||
/// </summary>
|
||||
public enum ESerializeExceptionAction
|
||||
{
|
||||
/// <summary>
|
||||
/// Сериализация
|
||||
/// </summary>
|
||||
Serialize = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Десериализация
|
||||
/// </summary>
|
||||
Deserialize = 1
|
||||
}
|
Reference in New Issue
Block a user