Macro
unread,Jun 1, 2012, 8:36:35 AM6/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ServiceStack .NET Open Source REST Web Services Framework
I am currently using your library as part of some automated tests, and
its great. However I have an issue where I am having to use enums
within the objects on one of the tests and when it is called in real-
life the JSON sent has the integer representations of the enum,
whereas this is serializing the text representation of the enum.
Is there any way to give it some arguments to infer how it should
serialize certain elements, or even ignore certain elements when
serializing?
This isn't end of the world if I cannot do the above, would just be
very helpful.