set Dereference Aliases
Disable usage of anchors and aliases while serialising an instance. Recursive objects will not work when they are disabled. (Forces Serializer to skip emitting anchors names, emit Node content instead of Alias, fail with SerializationException if serialized structure is recursive.)
Return
the builder with the provided value
Parameters
dereference Aliases
true to use copies of objects instead of references to the same instance