I'm noticing that when I serialize objects to jsv, and then de-serialize, DateTime.Kind is not being preserved. The dates that go in as utc are now coming out as local.
Your json serializer does preserve it though. Is this just a bug or is there anything I can configure to fix this?