With JSON.Net I wish to configure it so that if serializing an Entity Framework object, it will do so entirely from what's already fetched and in .NET memory, essentially, disable additional trips to the database.With JSON.Net I wish to configure it so that if