test
parent
035ed24295
commit
931ba9d0e0
|
@ -6,6 +6,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
public class XMLUtils {
|
||||
// Was geht ab
|
||||
public static void serializeObjectToXML(Object obj, String filePath) {
|
||||
try {
|
||||
FileOutputStream fos = new FileOutputStream(filePath);
|
||||
|
|
Loading…
Reference in New Issue