We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7955d commit 2a071faCopy full SHA for 2a071fa
BunqSdk/Json/AnchorObjectConverter.cs
@@ -55,7 +55,7 @@ public override object ReadJson(JsonReader reader, Type objectType, object exist
55
56
public override bool CanConvert(Type objectType)
57
{
58
- throw new NotImplementedException();
+ return objectType == typeof(IAnchorObjectInterface);
59
}
60
61
0 commit comments