Added an ApiInteraction project that UI's can use to talk to the server. Moved jsonserializer namespace from json to serialization, since we may be adding an xml serializer.

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-07-31 12:29:07 -04:00
parent 3058b71764
commit defd8ed253
12 changed files with 355 additions and 12 deletions

View File

@@ -10,8 +10,8 @@ using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Logging;
using MediaBrowser.Common.Net;
using MediaBrowser.Common.Plugins;
using MediaBrowser.Common.Serialization;
using MediaBrowser.Model.Progress;
using MediaBrowser.Common.Json;
namespace MediaBrowser.Common.Kernel
{
@@ -93,8 +93,6 @@ namespace MediaBrowser.Common.Kernel
public virtual void Init(IProgress<TaskProgress> progress)
{
JsonSerializer.Configure();
ReloadLogger();
ReloadConfiguration();