Is there a way to easily serialize/deserialize an IgniteConfiguration object to/from JSON?
The IgniteConfiguration class makes use of several interfaces for properties as well as for keys which makes it very difficult to serialize/deserialize to/from JSON without having to resort to annotate the source code (which I can only guess the main developers would not want to). Any advice or samples from someone who has already done it, would be greatly appreciated PS: Yes, I know that I could use the Spring module for configuration but I am trying to stay away from having to use Spring, which I might not be able to avoid it after all. Thanks - Juan -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-serialize-deserialize-IgniteConfiguration-to-from-JSON-tp2164.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
