class MLS::Attribute::Array < MLS::Attribute def load(value) # from_json value end def dump(value) value end end