You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SerializerPropertyMetadataFactory overwrites the readableLink and writableLink property metadata with its own computed value. This is unfortunate, as it makes setting them to false using an annotation or XML/YAML configuration impossible. Manually setting these properties to false is useful in situations like #1001 (entity using serialization groups references itself, and wants to serialize self-reference as an IRI instead of embedded document).
The
SerializerPropertyMetadataFactory
overwrites thereadableLink
andwritableLink
property metadata with its own computed value. This is unfortunate, as it makes setting them tofalse
using an annotation or XML/YAML configuration impossible. Manually setting these properties tofalse
is useful in situations like #1001 (entity using serialization groups references itself, and wants to serialize self-reference as an IRI instead of embedded document).Also related to #1980.
The text was updated successfully, but these errors were encountered: