Ok thanks. I'm looking forward to more documentation on listeners. Or even introducing some new listeners that will let you manipulate the actual entity that gets casted to the domain object during a session.Load<TheObject>(id);
I guess I'm a bit spoiled by NHibernate which gave us the ability to attach our own interceptors to the proxied object being handed back.
As of right now, it looks like I have to proxy the object manually after every query, but I'm going to look a bit deeper into the JsonSerializer & play with the metadata coming back.
On Wednesday, May 16, 2012 6:03:16 PM UTC-4, JT wrote: