update to service stack 3.0.70.0

This commit is contained in:
Luke Pulverenti
2013-11-30 13:32:39 -05:00
parent 45a4d25e26
commit 58f1a314b5
22 changed files with 155 additions and 190 deletions

View File

@@ -169,6 +169,8 @@ namespace MediaBrowser.Common.Implementations.Serialization
ServiceStack.Text.JsConfig.DateHandler = ServiceStack.Text.JsonDateHandler.ISO8601;
ServiceStack.Text.JsConfig.ExcludeTypeInfo = true;
ServiceStack.Text.JsConfig.IncludeNullValues = false;
ServiceStack.Text.JsConfig.AlwaysUseUtc = true;
ServiceStack.Text.JsConfig.AssumeUtc = true;
}
/// <summary>