test^2^2
sirat 2024-06-11 16:54:40 +02:00
parent 931ba9d0e0
commit 410b70540f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.ArrayList;
import java.util.List;
public class XMLUtils {
// Was geht ab
// Was geht abm
public static void serializeObjectToXML(Object obj, String filePath) {
try {
FileOutputStream fos = new FileOutputStream(filePath);