[ https://issues.apache.org/jira/browse/IGNITE-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Liu Jingyuan updated IGNITE-8442: --------------------------------- Description: I want to use ignite, but our system contains C++ and Java applications. C++ write/read a cache, and java read the cache; Java write/read a cache, and C++ read the cache; The cache entity structure as below: User{ Long id String userName; Map<String,Object> extAttributes; List<String> phoneNums; ... ... } Could you tell me an example how to implement it? was: I want to use ignite, but our system contains C++ and Java applications. C++ write/read a cache, and java read the cache; Java write/read a cache, and C++ read the cache; Could you tell me an example how to implement it? > How to use ignite cache for cross-platform(Java, C++) > ----------------------------------------------------- > > Key: IGNITE-8442 > URL: https://issues.apache.org/jira/browse/IGNITE-8442 > Project: Ignite > Issue Type: Wish > Components: binary, cache, platforms > Affects Versions: 2.4 > Reporter: Liu Jingyuan > Priority: Minor > > I want to use ignite, but our system contains C++ and Java applications. > C++ write/read a cache, and java read the cache; > Java write/read a cache, and C++ read the cache; > > The cache entity structure as below: > > User{ > Long id > String userName; > Map<String,Object> extAttributes; > List<String> phoneNums; > ... ... > } > > Could you tell me an example how to implement it? -- This message was sent by Atlassian JIRA (v7.6.3#76005)