module T::Props::Serializable::ClassMethods
def from_hash(hash, strict=false) # rubocop:disable Style/OptionalBooleanParameter (changing this API is unfortunately not feasible)
-
(Serializable)
-
def from_hash(hash, strict=false) # rubocop:disable Style/OptionalBooleanParameter (changing this API is unfortunately not feasible) self.decorator.from_hash(hash, strict) end