public static VideoClipEvents DeserializeFromXml(string xml) { return(XMLHelpers.XMLToObject <VideoClipEvents>(xml)); }
public static VideoClipEvent ClipEventFromXml(string xml) { return(XMLHelpers.XMLToObject <VideoClipEvent>(xml)); }