I had an object graph that was pulling in all sorts of unrelated classes when serialized with Fuel. I was trying to find the offending object, and came up with the following:
```
(FLAnalyzer newDefault analysisFor: root) clusterization globalsBucket
```
This worked, but I was wondering if that's "the right way" to do it...
Thanks.
Cheers,
Sean