Mode
Strategy for the EncodeDefault annotation.
Entries
Link copied to clipboard
Content copied to clipboard
Configures serializer to always encode the property, even if its value is equal to its default. For annotated properties, format settings are not taken into account and CompositeEncoder.shouldEncodeElementDefault is not invoked.
Link copied to clipboard
Content copied to clipboard
Configures serializer not to encode the property if its value is equal to its default. For annotated properties, format settings are not taken into account and CompositeEncoder.shouldEncodeElementDefault is not invoked.