objet image à Chaîne avec Jackson

Je suis en utilisant Gson pour générer de débogage pour la sortie dans mon application

Gson gson = new GsonBuilder().setPrettyPrinting().serializeNulls().create();
gson.toJson(myObject);

Mais Gson ne se plaignent d'une référence circulaire d'erreur lors de la tentative de sérialiser une structure de données.
Cela peut être fait avec Jackson bibliothèque?

UPD
Gson 2.3.1: Publié Le 20 Novembre 2014

Added support to serialize objects with self-referential fields. The self-referential field is set to null in JSON. Previous version of Gson threw a StackOverflowException on encountering any self-referential fields.
    The most visible impact of this is that Gson can now serialize Throwable (Exception and Error)
InformationsquelleAutor turbanoff | 2012-03-19