我现在死路一条我正在尝试用NewtonSoft序列化我的对象。Json
string json = JsonConvert.SerializeObject(doc);
和得到这样的异常:
Error getting value from 'IsCurrentTimestampSelectStringCallable' on 'NHibernate.Dialect.SQLiteDialect'.
与内部异常:
Database does not known how to define a current timestamp function
我在项目中使用这样的库- nhibernate, newtonsoft.json.net和sqlite(http://system.data.sqlite.org/) -它们都是为。net 4.0
这是一个问题,json.net试图反序列化懒惰对象。