mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
ログ追加
This commit is contained in:
parent
8fdefb9850
commit
164b6ea6d4
|
@ -26,6 +26,7 @@ public class XmlMetaParserImpl implements XmlMetaParser{
|
|||
|
||||
@Override
|
||||
public XmlMetaModel deserialize(Document document) {
|
||||
logger.debug("deserialize", "called");
|
||||
try {
|
||||
Element rootElement = document.getDocumentElement();
|
||||
|
||||
|
@ -55,6 +56,7 @@ public class XmlMetaParserImpl implements XmlMetaParser{
|
|||
}
|
||||
@Override
|
||||
public Document serialize(XmlMetaModel meta) {
|
||||
logger.debug("serialize", "called");
|
||||
try {
|
||||
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
|
||||
DocumentBuilder builder = factory.newDocumentBuilder();
|
||||
|
|
Loading…
Reference in New Issue
Block a user