mred:set-preference-un/marshall is used to specify marshalling and unmarshalling functions for the preference symbol. marshall will be called when the suers saves their preferences to turn the preference value for symbol into a printable value. unmarshall will be called when the user's preferences are read from the file to transform the printable value into it's internal representation. If mred:set-preference-un/marshall is never called, the values are assumed to be printable.
mred:set-preference-un/marshall must be called before calling mred:get-preference%.