public void writeDateField(string fieldName, Date d)
 {
     throw new global::System.NotImplementedException("JSONGenerator.WriteDateField");
 }
 public void writeDate(Date d)
 {
     throw new global::System.NotImplementedException("JSONGenerator.WriteDate");
 }