quickml
quickml copied to clipboard
Is it possible to serialize the Tree Classifier so that it can be used with gson and or jackson libraries
I don't think this would work directly, but the structure of a Tree, Node, and the two branch types is pretty simple if you wanted to familiarize yourself with them I'm sure you could create a serializer/deserializer.