Also, why not return the `type_info` and use that rather than strings?
```
const std::type_info& getType() const {
return typeid(*this);
}
```[ Full content available at: https://github.com/apache/geode-native/pull/339 ] This message was relayed via gitbox.apache.org for [email protected]
