ApiInteraction tweaks

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-06 10:00:44 -04:00
parent a588e0461b
commit 99a679d328
5 changed files with 48 additions and 58 deletions

View File

@@ -0,0 +1,10 @@

namespace MediaBrowser.ApiInteraction
{
public enum SerializationFormats
{
Json,
Jsv,
Protobuf
}
}