module ActiveFedora::Serialization
def serializable_hash(options = nil)
def serializable_hash(options = nil) options = options.try(:clone) || {} options[:except] = Array(options[:except]).map(&:to_s) super(options) end
def serializable_hash(options = nil) options = options.try(:clone) || {} options[:except] = Array(options[:except]).map(&:to_s) super(options) end