2013-05-29 02:49:17 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
2013-07-19 03:50:12 +00:00
|
|
|
|
using NzbDrone.Common;
|
2013-05-29 00:44:29 +00:00
|
|
|
|
using NzbDrone.Common.Reflection;
|
|
|
|
|
using NzbDrone.Core.Annotations;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Api.ClientSchema
|
|
|
|
|
{
|
|
|
|
|
public static class SchemaDeserializer
|
|
|
|
|
{
|
2013-09-22 23:40:36 +00:00
|
|
|
|
|
2013-05-29 00:44:29 +00:00
|
|
|
|
}
|
|
|
|
|
}
|