mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Added JSON
This commit is contained in:
		| @@ -29,11 +29,14 @@ using System.Text; | ||||
| using Esiur.Data; | ||||
| using Esiur.Core; | ||||
| using System.ComponentModel; | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace Esiur.Resource | ||||
| { | ||||
|     public delegate bool QueryFilter<T>(T value); | ||||
|  | ||||
|     //[JsonConverter(typeof(ResourceJsonConverter))] | ||||
|  | ||||
|     public interface IResource : IDestructible///, INotifyPropertyChanged | ||||
|     { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user