hash-serializer 0.2.0
Some months ago I worked in a project that defined the data serialization using a XSD schema. I used soap4r gem to create ruby objects from the XSD schema, but later I needed to serialize the object value in JSON format. So I defined this this extension that enables an easy way to encode an object attributes in Hash and in JSON format.
Gemfile:
=
install:
=
Runtime Dependencies (1):
json_pure
>= 1.4.3