Re: Save model to JSON

2020-06-16 Thread Ilya Kasnacheev
Hello! Our REST Jetty code uses jackson databind. I think it is a safe bet since most users will have it in classpath anyway, since they use our REST. If there are any CVEs we have a lot of pressure to fix it, which will also fix ML export. Regards, -- Ilya Kasnacheev вт, 16 июн. 2020 г. в 15

Save model to JSON

2020-06-16 Thread Alexey Zinoviev
Hi, Igniters! I'm going to provide ML model export/import in human-readable format like JSON. But I have an issue: what JSON ser/deser library to use: - I don't want to add dependency with possible CVEs - I don't need in special annotations to mark the POJO objects or something similar