---
title: "init(from:)"
framework: roomplan
role: symbol
role_heading: Initializer
path: "roomplan/capturedroom/attributescodablerepresentation/init(from:)"
---

# init(from:)

Deserializes an attributes codable representation from the given decoder.

## Declaration

```swift
init(from decoder: any Decoder) throws
```

## Parameters

- `decoder`: An object to deserialize.

## See Also

### Creating an attributes codable representation

- [init(attributes:)](roomplan/capturedroom/attributescodablerepresentation/init(attributes:).md)
