---
title: transferRepresentation
framework: coretransferable
role: symbol
role_heading: Type Property
path: coretransferable/transferable/transferrepresentation
---

# transferRepresentation

The representation used to import and export the item.

## Declaration

```swift
@TransferRepresentationBuilder<Self> static var transferRepresentation: Self.Representation { get }
```

## Mentioned in

Choosing a transfer representation for a model type

## Discussion

Discussion A transferRepresentation can contain multiple representations for different content types.

## See Also

### Implementing a transfer representation

- [Representation](coretransferable/transferable/representation.md)
