On Tue, Mar 3, 2015 at 12:19 PM, Julian Reschke <[email protected]> wrote: > This is ugly; I don't think it's a good idea to introduce JSON-shaped > strings here. If we need more structure, why not a Map?
The description has to be finally converted to string to be published as string service property. So probably DocumentStore API returns a Map with method name like getMetadata and then DocumentNodeStoreService serializes it as a JSON string. Would that work? Chetan Mehrotra
