DefaultUrlSerializer
Class
A default implementation of the UrlSerializer
.
Description
A default implementation of the UrlSerializer
.
Example URLs:
/inbox/33(popup:compose)/inbox/33;open=true/messages/44
DefaultUrlSerializer uses parentheses to serialize secondary segments (e.g., popup:compose), the colon syntax to specify the outlet, and the ';parameter=value' syntax (e.g., open=true) to specify route specific parameters.
Jump to details