Updated the Xml Serializing engine to ignore the "Segment, size" tag as well as stripping braces from tag names. Forced the engine to terminate a tag if its the last line processed.

This commit is contained in:
2017-09-01 22:09:00 -05:00
parent 407a183da4
commit 03308e68b2
2 changed files with 56 additions and 87 deletions
-6
View File
@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace MKVTest