Works fine with .net framework. As I mentioned its Json.net serializing a hash table and you can see from the stacktrace its a mono class with the getter that has the throw.
On Jul 12, 2014 9:24 AM, "Edward Ned Harvey (mono)" < [email protected]> wrote: > > From: [email protected] [mailto:mono-list- > > [email protected]] On Behalf Of Kevin Connell > > > > I have run into problems Serializing a hashtable with Json.net and found > that > > some classes (maybe just one?) throws NotImplementedExceptions in a > > getter which obviously cause havoc for Serialization and other generic > > reflection routines. Is throwing a NotImplementedExceptions an > > appropriate pattern in a getter? > > There are lots of behaviors, appropriate or not, resulting from the fact > that somebody at Microsoft says so. > > What's the behavior of the same code, when run under .Net? If MS throws > the exception too, then mono is behaving correctly, as the goal of mono is > to behave the same as .Net. > > If mono is not behaving the same as .Net, please be specific about what > class(es) and how to reproduce the problem behavior. >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
