add Uri parser, add ISerializationBinder

ISerializationBinder is added only in whitelist mode. Types for whitelisting should be registered manually via new API `Module.StartAsync()` or attribute `AllowedSerializableType(name)`
This commit is contained in:
2024-05-29 00:19:30 +03:00
parent af8efcbf4a
commit 920148e05b
7 changed files with 149 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public sealed class Core
/// <summary>
/// The Core API version.
/// </summary>
public UInt32 ApiVersion => 1;
public UInt32 ApiVersion => 2;
/// <summary>
/// The array that contains all modules instances.