[ruby-talk:444568] [ANN] FIRM v1.0.0 released

This is the first stable release of the FIRM gem.

FIRM is a pure Ruby library that works across different Ruby implementations like MRI Ruby and JRuby providing format
independent object (de-)serialization support.

FIRM is explicitly *NOT* intended as a non-discriminative marshaling library (dumping any object's attributes)
but rather as a structured and safe serialization library requiring users to think about what state they want
persisted (and possibly in what form) and what not.
Straightforward attribute serialization is simple with minimal intrusion on user code.
In addition various customization options are available to tweak (de-)serialization for a perfect fit if needed.

## How to install

gem install firm

## Where can I learn more?

Source code: GitHub - mcorino/firm: Format Independent Ruby Marshalling

Rubygems: firm | RubyGems.org | your community gem host

ยทยทยท

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/