is it possible to make JSOG work without annotating the class hierarchy?
I have a class hierarchy which I do not control and need to serialize into JSON, unfortunately it has cyclic references. I understand it requires some book keeping (checking for each object if it was already referenced) , but sometimes it can be the only way to use JSOG.