module T::Props::Serializable::ClassMethods

def from_hash(hash, strict=false)

Returns:
  • (Serializable) -
def from_hash(hash, strict=false)
  self.decorator.from_hash(hash, strict)
end