From 73ea38262bff8e8d681771a8c8d804c7da71df6b Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sat, 26 Aug 2023 12:37:19 +0300 Subject: [PATCH] m --- .../io/file-formats/json/jackson/features/xml.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pl/java/libfws/io/file-formats/json/jackson/features/xml.txt b/pl/java/libfws/io/file-formats/json/jackson/features/xml.txt index 9f405d8ea..c4986c943 100644 --- a/pl/java/libfws/io/file-formats/json/jackson/features/xml.txt +++ b/pl/java/libfws/io/file-formats/json/jackson/features/xml.txt @@ -1,5 +1,15 @@ +https://github.com/FasterXML/jackson-dataformat-xml +https://github.com/FasterXML/jackson-dataformat-xml/wiki + 2022 https://www.baeldung.com/jackson-xml-serialization-and-deserialization +2017 +https://stackify.com/java-xml-jackson/ + XMLStreamWriter + https://en.wikipedia.org/wiki/StAX + org.springframework.util.xml.StaxUtils + https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/xml/StaxUtils.html + https://docs.spring.io/spring-framework/reference/data-access/oxm.html XMLOutputFactory static final String DEFAULIMPL = "com.sun.xml.internal.stream.XMLOutputFactoryImpl";