[ 
https://issues.apache.org/jira/browse/IGNITE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249378#comment-14249378
 ] 

Alexey Goncharuk commented on IGNITE-61:
----------------------------------------

Changes needed to be done in cache layer:

# Need to introduce interface CacheObject that will hide the implementation 
details of cached object representation. Implementation should be able to 
incorporate both deserialized value and value bytes. {{getField}} method should 
work via reflection.
# Inside GridCacheMapEntry key, keyBytes, value and valueBytes should be 
replaced with corresponding CacheObject references.
# Same goes for GridCacheMapEntryInfo
# All methods returning value or value bytes (key/keyBytes) separately should 
be modified to return CacheObject.
# Transformation of user object to a cache object should be pluggable and 
extracted to marshaller/portable processor (this is a subject for discussion).
# Marshalling should take advantage of CacheObject interface having byte 
representation.

> Switch direct marshalling in communication layer to portable format
> -------------------------------------------------------------------
>
>                 Key: IGNITE-61
>                 URL: https://issues.apache.org/jira/browse/IGNITE-61
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: sprint-1
>            Reporter: Valentin Kulichenko
>            Assignee: Valentin Kulichenko
>            Priority: Critical
>             Fix For: sprint-1
>
>




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

Reply via email to