Michael Martell created GEODE-8845:
--------------------------------------
Summary: Add Missing public Declarations for .NET Cacheables
Key: GEODE-8845
URL: https://issues.apache.org/jira/browse/GEODE-8845
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Michael Martell
The .NET APIs provide Cacheable types (e.g. CacheableString) for the standard
.NET types. However, several of them are missing the public declarations,
making them inaccessible.
These classes provide a hashCode() function that matches the corresponding
hashCode on the server side. It would be nice to be able to leverage these
functions when using these types in a key class. I discovered this when
implementing a new ClassAsKey example.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)