depricate UniquieID<TargetType> and adjust json converters
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Pilz.Json.Converters
|
||||
{
|
||||
[Obsolete]
|
||||
public class UniquieIDStringJsonConverter<TargetType> : UniquieIDStringJsonConverter
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user