module Representable::Hash

The generic representer. Brings to_hash and from_hash to your object. If you plan to write your own representer for a new media type, try to use this module (e.g., check how JSON reuses Hash’s internal architecture).