feat: allow using the default `XML` serializer by `ResourcesDecoder` manually

This commit is contained in:
oSumAtrIX 2023-08-11 00:53:43 +02:00
parent c0900e50c5
commit 4608df636e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class ResourcesDecoder {
}
}
private ExtMXSerializer getResXmlSerializer() {
public ExtMXSerializer getResXmlSerializer() {
ExtMXSerializer serial = new ExtMXSerializer();
serial.setProperty(ExtXmlSerializer.PROPERTY_SERIALIZER_INDENTATION, " ");
serial.setProperty(ExtXmlSerializer.PROPERTY_SERIALIZER_LINE_SEPARATOR, System.getProperty("line.separator"));