Skip to content

Serde-as is a simple (de)serialization framework for AssemblyScript

License

Notifications You must be signed in to change notification settings

ask-lang/serde-as

Repository files navigation

Serde-as

CI

as-serde as-serde-transform as-buffers as-serde-json as-serde-scale

Serde-as is a framework for serializing and deserializing AssemblyScript data structures efficiently and simply.

See the main document.

This repo contains many sub packages. See the documentation of each package for details.

The as-buffers is a relatively independent library, which is used to implement serde internally, but it is useful and generic to handle bytes.