Ensure nullified items are taken care of

This commit is contained in:
Matt Nadareski
2023-07-30 23:50:55 -04:00
parent 439129d284
commit d08cbbe6cd
10 changed files with 113 additions and 15 deletions

View File

@@ -45,6 +45,7 @@ namespace SabreTools.Serialization
CheckCharacters = false,
Encoding = Encoding.UTF8,
Indent = true,
IndentChars = "\t",
NewLineChars = "\n",
};
var stream = new MemoryStream();