aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ApiInteraction/SerializationFormats.cs
blob: 21eb210d051c3b925f68802327b4813bc8d851e3 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MediaBrowser.ApiInteraction
{
    public enum SerializationFormats
    {
        Json,
        Jsv,
        Protobuf
    }
}