---
URL: "/guide/xml"
LLMS_URL: "/guide/xml.md"
---

# @structium/xml

Serialize and deserialize XML

::: code-group

```bash [npm]
npm install @structium/xml
```

```bash [pnpm]
pnpm install @structium/xml
```

```bash [yarn]
yarn add @structium/xml
```

```bash [bun]
bun add @structium/xml
```

```bash [deno]
deno add @structium/xml
```

:::

## ➕ More

- 📖 [API Docs](api.md)
- 📦 [NPM](https://www.npmjs.com/package/@structium/xml)
