Revize 171c20d6
Přidáno uživatelem Jan Havlíček před téměř 5 roky(ů)
project/Deserializer/.classpath | ||
---|---|---|
6 | 6 |
</attributes> |
7 | 7 |
</classpathentry> |
8 | 8 |
<classpathentry kind="src" path="src"/> |
9 |
<classpathentry kind="lib" path="D:/Michal/University/1/LS/ASWI/semestralky/Deserializer/aswi2020horky/project/Deserializer/libs/jackson-core-asl-1.9.13.jar"/> |
|
10 |
<classpathentry kind="lib" path="D:/Michal/University/1/LS/ASWI/semestralky/Deserializer/aswi2020horky/project/Deserializer/libs/jackson-mapper-asl-1.9.13.jar"/> |
|
11 | 9 |
<classpathentry kind="lib" path="libs/javafx-sdk-11.0.2/lib/javafx.controls.jar"/> |
12 | 10 |
<classpathentry kind="lib" path="libs/javafx-sdk-11.0.2/lib/javafx-swt.jar"/> |
13 | 11 |
<classpathentry kind="lib" path="libs/javafx-sdk-11.0.2/lib/javafx.base.jar"/> |
project/Deserializer/.gitignore | ||
---|---|---|
1 | 1 |
/bin/ |
2 | 2 |
/.vscode/ |
3 |
.classpath |
|
4 | 3 |
.project |
project/Deserializer/src/Converter.java | ||
---|---|---|
2 | 2 |
import java.io.IOException; |
3 | 3 |
import java.util.List; |
4 | 4 |
|
5 |
import org.codehaus.jackson.map.ObjectMapper; |
|
6 |
import org.codehaus.jackson.map.ObjectWriter; |
|
7 |
|
|
8 | 5 |
import jdeserialize.content; |
9 | 6 |
import jdeserialize.jdeserialize; |
10 | 7 |
|
... | ... | |
56 | 53 |
List<content> cntnts = deserializer.getContent(); |
57 | 54 |
|
58 | 55 |
// testing with only first of the contents |
59 |
ObjectWriter ow = new ObjectMapper().writer().withDefaultPrettyPrinter(); |
|
56 |
//ObjectWriter ow = new ObjectMapper().writer().withDefaultPrettyPrinter();
|
|
60 | 57 |
|
61 | 58 |
for(content cnt : cntnts) |
62 | 59 |
{ |
Také k dispozici: Unified diff
#7842 #7843
cosmetic changes and merging