Added JsonIgnore to where appropriate in ATSC 3.0 SLT.
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 1m37s
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 1m37s
This commit is contained in:
parent
b78520e2fe
commit
a90541cb39
@ -12,7 +12,8 @@
|
||||
// This source code was auto-generated by xsd, Version=4.8.9037.0.
|
||||
//
|
||||
namespace skyscraper8.Atsc.A331.Schema {
|
||||
using System.Xml.Serialization;
|
||||
using Newtonsoft.Json;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
|
||||
/// <remarks/>
|
||||
@ -442,6 +443,8 @@ namespace skyscraper8.Atsc.A331.Schema {
|
||||
|
||||
private string drmSystemIDField;
|
||||
|
||||
[JsonIgnore]
|
||||
|
||||
private System.Xml.XmlAttribute[] anyAttrField;
|
||||
|
||||
public serviceType() {
|
||||
@ -681,8 +684,10 @@ namespace skyscraper8.Atsc.A331.Schema {
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
||||
/// <remarks/>
|
||||
|
||||
[JsonIgnore]
|
||||
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
|
||||
public System.Xml.XmlAttribute[] AnyAttr {
|
||||
get {
|
||||
return this.anyAttrField;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user