Shard Detail

athena-serializer v0.3.3

Object (de)serialization library.
crystal

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


athena-serializer:
  github: athena-framework/serializer

Readme

Serializer

Common Changelog CI Latest release

Flexible object (de)serialization library

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-serializer:
    github: athena-framework/serializer
    version: ~> 0.3.0
  1. Run shards install

Documentation

If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.

Contributing

Report issues and send Pull Requests in the main Athena repository.