You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Added in 8.0.1 is a simplified approach for customizing serializers and parsers in REST interfaces using annotations.

The following example shows the old approach of using a generic @RestResource(properties) annotations, and the new approach of using specialized annotations:

Annotations are provided for all serializers and parsers:

  • No labels