module T::Props::Serializable::DecoratorMethods

def extra_props(instance)

def extra_props(instance)
  instance.instance_variable_get(:@_extra_props) || EMPTY_EXTRA_PROPS
end