Skip to content
#

serialize

Here are 41 public repositories matching this topic...

A typescript library to deserialize and serialize json into classes. You can use different path pattern to resolve deeply nested structures. Every path pattern provided by lodash/get|set object is supported. Check out src/examples as a reference.

  • Updated Nov 17, 2024
  • TypeScript

Define class schemas via decorators. Convert objects into keyless arrays for efficient network transmission. Decode them back into structured objects using the same schema. Ideal for compact, schema-based messaging, especially with MessagePack.

  • Updated Oct 23, 2023
  • TypeScript

Improve this page

Add a description, image, and links to the serialize topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serialize topic, visit your repo's landing page and select "manage topics."

Learn more