Contents

NavigationPath.CodableRepresentation

A serializable representation of a navigation path.

Declaration

struct CodableRepresentation

Overview

When a navigation path contains elements the conform to the Codable protocol, you can use the path’s CodableRepresentation to convert the path to an external representation and to convert an external representation back into a navigation path.

See Also

Encoding a path