You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Juan Velez (JIRA)" <ji...@apache.org> on 2015/12/08 16:24:10 UTC

[jira] [Created] (IGNITE-2112) Provide a way to serialize/deserialize an IgniteConfiguration object using JSON

Juan Velez created IGNITE-2112:
----------------------------------

             Summary: Provide a way to serialize/deserialize an IgniteConfiguration object using JSON
                 Key: IGNITE-2112
                 URL: https://issues.apache.org/jira/browse/IGNITE-2112
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: ignite-1.4
            Reporter: Juan Velez
            Priority: Minor


Currently as of Release 1.4, Ignite does not provide a way to serialize/deserialize an IgniteConfiguration object using JSON. Attempts to create a working serializer/deserializer are met with very difficult setup and configuration because the IgniteConfiguration (and subcomponents) rely on Factories, SPIs, etc for properties. as well as not being completely compliant with the JavaBeans standard.

It would be great if the serialization/deserialization using JSON could be provided as either a new method in an existing/new Util class or part of the IgniteConfiguration class itself.

I understand that in the case of deserialization most likely there would be constraints on how to correctly specify the JSON string but that would be left for implementors of the feature to correctly decide/design/document.

See user@ thread http://apache-ignite-users.70518.x6.nabble.com/How-to-serialize-deserialize-IgniteConfiguration-to-from-JSON-td2164.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)