无法将类型为“System.RuntimeType”的对象强制转换为“Mono.Debugger.Soft.TypeMirror”

时间:2018-04-04 15:44:20

标签: c# json rest firebase xamarin

我目前正在使用Xamarin创建移动应用,并使用RESTful API服务进行测试。

我目前正在关注Xamarin提供的此示例tutorial

但是,当我尝试将输入保存到Firebase数据库时,我收到标题中提到的错误。我可以知道错误是什么吗?我试过谷歌搜索,但没有答案。

代码段是

public async Task SaveTodoItemAsync(TodoItem item, bool isNewItem = false){
....
    var json = JsonConvert.SerializeObject(item);
....
}

0 个答案:

没有答案