Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonowitch authored Jul 23, 2024
1 parent 01f84c9 commit 449b35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Type safe serialization and deserialization library for JavaScript classes. Define your schema declaratively with ES6 decorators and `zod`.

⚠️ Deprecation Notice (7/23/2024): This project will no longer be maintained. The [`@effect/schema`](https://github.com/Effect-TS/effect/tree/main/packages/schema) package from the good folks at [`Effect-ts`](https://effect.website) does typesafe serialization / deserialization, but WAY more robustly with a thousand more features than this library. It is more robust, community supported, etc. This has been an interesting project though to learn more about how difficult this problem really is!

## Features

- **Serialization and Deserialization**: Facilitates the conversion between class instances and plain objects, supporting deep serialization of nested objects and collections.
Expand Down

0 comments on commit 449b35f

Please sign in to comment.