quickml icon indicating copy to clipboard operation
quickml copied to clipboard

Is it possible to serialize the Tree Classifier so that it can be used with gson and or jackson libraries

Open wsamotshozo opened this issue 10 years ago • 1 comments

wsamotshozo avatar Nov 11 '14 19:11 wsamotshozo

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.

sanity avatar Nov 11 '14 19:11 sanity