namespace MediaBrowser.ApiInteraction { /// /// Enum SerializationFormats /// public enum SerializationFormats { /// /// The json /// Json, /// /// The protobuf /// Protobuf } }