Added Protobuf to BaseSerializationHandler

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-28 10:22:25 -04:00
parent 97bc7ec378
commit a0d69b3804
13 changed files with 22 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ using MediaBrowser.Model.Entities;
namespace MediaBrowser.Api.HttpHandlers
{
class UsersHandler : BaseJsonHandler<IEnumerable<User>>
class UsersHandler : BaseSerializationHandler<IEnumerable<User>>
{
protected override Task<IEnumerable<User>> GetObjectToSerialize()
{