Class: SnakyHash::SymbolKeyed
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- SnakyHash::SymbolKeyed
- Defined in:
- lib/snaky_hash/symbol_keyed.rb
Overview
serializer is being introduced as an always disabled option for backwards compatibility.
In snaky_hash v3 it will default to true.
If you want to start using it immediately, reopen this class and add the Serializer module:
SnakyHash::SymbolKeyed.class_eval do
extend SnakyHash::Serializer
end