jsonconverter for IUniquieID
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
using System;
|
using Newtonsoft.Json;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace Pilz.Cryptography
|
namespace Pilz.Cryptography
|
||||||
{
|
{
|
||||||
|
[JsonConverter(typeof(Json.Converters.UniquieIDStringJsonConverter))]
|
||||||
public interface IUniquieID
|
public interface IUniquieID
|
||||||
{
|
{
|
||||||
bool HasID { get; }
|
bool HasID { get; }
|
||||||
|
|||||||
Reference in New Issue
Block a user