sebastianarnold/TeXoo

ObjectSerializer must not transfer large files to String before parsing

Closed this issue · 0 comments

//return getInstance().readerFor(type).readValue(res.getInputStream()); // does not work for multi-line JSON

The referenced line seems to work (not fully tested yet) and should be used. Otherwise files with more characters than Integer.MAX_VALUE break the import.