module Representable::Binding::Hash
and the same for hashes.
Private Instance Methods
deserializer_class()
click to toggle source
# File lib/representable/binding.rb, line 249 def deserializer_class Deserializer::Hash end
populator_class()
click to toggle source
# File lib/representable/binding.rb, line 241 def populator_class Populator::Hash end
serializer_class()
click to toggle source
# File lib/representable/binding.rb, line 245 def serializer_class Serializer::Hash end