Hi,

Is there a way to use Castle DictionaryAdapter for retrieving a
dictionary like this one: "App1: values1, App2: values2, App3:
values3", where values are having properties like "Label" (string) and
"EnvVar" (dictionary<string, string>) ?

I didn't find any clue in the documentation or on Google, the best I
can do so far is retrieve a list of strings and parse the strings in
the code, which is not quite fun.

Another way would be to use a JSON deserializer, but it seems that I
can't deserialize an interface, like I can with Castle
DictionaryAdapter. The solution could be to define both the settings
interface and a class that implements it, but I would like to avoid
it.

Have a nice day,
  Eduard

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to