예제 #1
0
 public bool CanSerialize(MediaRange mediaRange)
 {
     return(HyperionHelper.IsHyperion(mediaRange));
 }
 public bool CanDeserialize(MediaRange mediaRange, BindingContext context)
 {
     return(HyperionHelper.IsHyperion(mediaRange));
 }
예제 #3
0
 public bool CanSerialize(string contentType)
 {
     return(HyperionHelper.IsHyperion(contentType));
 }
예제 #4
0
 public bool CanDeserialize(string contentType, BindingContext context)
 {
     return(HyperionHelper.IsHyperion(contentType));
 }