Compare commits
10 Commits
d1363cd511
...
ad767fbdb3
Author | SHA1 | Date |
---|---|---|
|
ad767fbdb3 | |
|
a83e84c324 | |
|
1fb124834f | |
|
eb96a2c1d9 | |
|
4e60ecd7d4 | |
|
7b60577345 | |
|
1a2ede579e | |
|
a9adff6836 | |
|
410b70540f | |
|
931ba9d0e0 |
|
@ -5,6 +5,7 @@ import java.util.ArrayList;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
// sirat abig
|
||||||
|
|
||||||
public class DataManager {
|
public class DataManager {
|
||||||
private List<Company> companies;
|
private List<Company> companies;
|
||||||
|
|
|
@ -6,6 +6,7 @@ import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class XMLUtils {
|
public class XMLUtils {
|
||||||
|
// Was geht abm
|
||||||
public static void serializeObjectToXML(Object obj, String filePath) {
|
public static void serializeObjectToXML(Object obj, String filePath) {
|
||||||
try {
|
try {
|
||||||
FileOutputStream fos = new FileOutputStream(filePath);
|
FileOutputStream fos = new FileOutputStream(filePath);
|
||||||
|
|
Loading…
Reference in New Issue