public void writeBlobField(string fieldName, Blob b)
 {
     throw new global::System.NotImplementedException("JSONGenerator.WriteBlobField");
 }
 public void writeBlob(Blob b)
 {
     throw new global::System.NotImplementedException("JSONGenerator.WriteBlob");
 }