Hello, you can use the annotation `Expose` on that field and set `serialize` and `deserialize` to `false` to ignore the field for serialization. You can find an example in the docs <https://github.com/arangodb/arangodb-java-driver/blob/master/docs/serialization.md#ignore-fields> .
Best, Mark Am Mittwoch, 29. März 2017 06:03:33 UTC+2 schrieb JPatrick Davenport: > > Hello, > I have an object that points to itself. This appears to cause the > serialize to wig out (infinitely recurse). Is there some flag to prevent > this that I over looked? > > Thanks, > JPD > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
