sebastianarnold/TeXoo

ObjectSerializer has problems serializing SectionAnnotations

MrInformatic opened this issue · 0 comments

What have i done

importResource = Resource.fromFile(importPath);
ArrayList<Document> docs = Lists.newArrayList(ObjectSerializer.readJSONDocumentIterable(importResource));

What did I expect

That the Source of the SectionAnnotation of the Documents in the ArrayList is set.

What realy hapend

The Source of the SectionAnnotations of the Documents in the ArrayList is null.

Sample Texoo Json

Sample Texoo Json