Data Conversion Matrix
The following table outlines the results of putting a data type into GridCache and then getting it with a different Driver.
|
Input |
.NET Output |
Java Output |
C++ Output |
|
String |
String |
String |
std::string |
|
Java or .NET byte[] |
byte[] |
byte[] |
std::string |
|
.NET Object |
Object |
undefined |
undefined |
|
Java Object |
undefined |
Object |
undefined |
|
DataReference |
DataReference |
DataReference |
DataReference |