[
https://issues.apache.org/jira/browse/IGNITE-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701166#comment-14701166
]
Denis Magda edited comment on IGNITE-1258 at 8/18/15 12:12 PM:
---------------------------------------------------------------
Open sourcing GridGain's implementation of portable objects:
- moved all the sources to {{Ignite}}, renamed, modified whenever required;
- added {{Ignite.portalbles()}} method that returns {{IgnitePortables}} object;
- made {{CacheObjectPortableProcessorImpl}} as default {{CacheObjectProcessor}}
for {{Ignite}};
- adding tests and fixing bugs (only ~5% of portable tests were migrated and
fixed).
was (Author: dmagda):
Open sourcing GridGain's implementation of portable objects:
- moved all the sources to {{Ignite}}, renamed, modified whenever required;
- added {{Ignite.portalbles()}} method that returns {{IgnitePortables}} object;
- made {{CacheObjectPortableProcessorImpl}} default {{CacheObjectProcessor}};
- adding tests and fixing bugs (only ~5% of portable tests were migrated and
fixed).
> Portable objects support in Ignite
> ----------------------------------
>
> Key: IGNITE-1258
> URL: https://issues.apache.org/jira/browse/IGNITE-1258
> Project: Ignite
> Issue Type: Task
> Components: general
> Reporter: Denis Magda
> Assignee: Denis Magda
>
> Portable object should have the following properties:
> - serialized/deserialized between different platforms and runtimes (Java,
> .Net, C++);
> - kept in a binary format in a cache allowing a server node not to be aware
> of object class definitions;
> To exchange portable objects between cluster nodes a portable marshaller has
> to be used that will serialize and desirialize a portable object.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)