You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Milap Wadhwa (JIRA)" <ji...@apache.org> on 2016/07/27 12:41:20 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milap Wadhwa updated IGNITE-2112:
---------------------------------
    Assignee:     (was: Milap Wadhwa)

> 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)