I'm just wondering if there's some way to override the default
converters that are registered in the convertish package.
Specifically, I'd like to get a DateTime field returned as a string in
a different format than the ISO format that is used in the
convertish.convert.DateTimeToStringConverter implementation.
The simplegeneric docs tell me that registering more than one function
for the same predicate would raise an error, so that won't work.
AFAICT, the only way for me to get the behavior I want is to subclass
schemaish.DateTime with an empty subclass, and then to register my
converter against my custom class. I can do this, of course, but it
seems like it's more work than it should be.
Am I missing something?
Thanks!
-r
--
You received this message because you are subscribed to the Google Groups "ish.io" group.
To post to this group, send an email to is...@googlegroups.com.
To unsubscribe from this group, send email to ishio+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ishio?hl=en-GB.