module T::Props::Serializable::DecoratorMethods

def get_id(instance)

def get_id(instance)
  prop = prop_by_serialized_forms['_id']
  if prop
    get(instance, prop)
  else
    nil
  end
end