Installation

# Add this to your shard.yml
dependencies:
  CrSerializer:
    github: Blacksmoke16/CrSerializer
    version: ~> 0.9.1

Then run:

shards install

shard.yml

Crystal
0.31.0
License
MIT
Author
Blacksmoke16 <Blacksmoke16@eve.tools>

Dependencies

Development Dependencies

  • ameba~> 0.11.0github: crystal-ameba/amebadev

README

# CrSerializer
[![Latest release](https://img.shields.io/github/release/Blacksmoke16/CrSerializer.svg?style=flat-square)](https://github.com/Blacksmoke16/CrSerializer/releases)

Extensible annotation based serialization/deserialization library inspired by [JMS Serializer Annotations](https://jmsyst.com/libs/serializer/master/reference/annotations).

## Documentation

Everything is documented in the [API Docs](https://blacksmoke16.github.io/CrSerializer/CrSerializer.html).

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
  CrSerializer:
    github: Blacksmoke16/CrSerializer
```

## Contributing

1. Fork it (https://github.com/Blacksmoke16/CrSerializer/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Blacksmoke16](https://github.com/Blacksmoke16) Blacksmoke16 - creator, maintainer