# @keyv/serialize

> Serialization for Keyv

Latest version **1.1.1** (published 2025-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @keyv/serialize
pnpm add @keyv/serialize
yarn add @keyv/serialize
bun add @keyv/serialize
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2025-09-10 |
| First published | 2024-08-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3200 |
| Author | Jared Wray |
| Maintainers | jaredwray |
| Keywords | keyv, serialize, key, value, store |

## Links

- npm: https://www.npmjs.com/package/@keyv/serialize
- Repository: https://github.com/jaredwray/keyv
- Issues: https://github.com/jaredwray/keyv/issues
- npm.io page: https://npm.io/package/@keyv/serialize

## Recent versions

- 1.1.1 (latest) — 2025-09-10
- 6.0.0-alpha.2 (alpha) — 2026-03-04
- 6.0.0-alpha.1 — 2026-02-26
- 1.1.0 — 2025-07-19
- 1.0.3 — 2025-02-18
- 1.0.2 — 2024-12-21
- 1.0.1 — 2024-08-21
- 1.0.0 — 2024-08-20

## README

# @keyv/serialize [<img width="100" align="right" src="https://jaredwray.com/images/keyv-symbol.svg" alt="keyv">](https://github.com/jaredwra/keyv)

> Serialization functionality for [Keyv](https://github.com/jaredwray/keyv)


[![build](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jaredwray/keyv/branch/main/graph/badge.svg?token=bRzR3RyOXZ)](https://codecov.io/gh/jaredwray/keyv)
[![GitHub license](https://img.shields.io/github/license/jaredwray/keyv)](https://github.com/jaredwray/keyv/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/dm/@keyv/serialize)](https://npmjs.com/package/@keyv/serialize)

This is the serialization functionality for [Keyv](https://github.com/jaredwray/keyv/tree/main/packages/keyv). It is used to serialize and deserialize data for storage and retrieval. You can also create your own [custom serialization functions](https://github.com/jaredwray/keyv/tree/main/packages/keyv#custom-serializers).

## License

[MIT © Jared Wray](LISCENCE)

---
_Source: https://npm.io/package/@keyv/serialize · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
