You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Salazar de Torres (Jira)" <ji...@apache.org> on 2020/09/19 00:27:00 UTC

[jira] [Created] (GEODE-8512) Be able to specify 'expectDomainClass' when calling createPdxInstanceFactory

Mario Salazar de Torres created GEODE-8512:
----------------------------------------------

             Summary: Be able to specify 'expectDomainClass' when calling createPdxInstanceFactory
                 Key: GEODE-8512
                 URL: https://issues.apache.org/jira/browse/GEODE-8512
             Project: Geode
          Issue Type: Improvement
          Components: native client
    Affects Versions: 1.13.0
            Reporter: Mario Salazar de Torres


Within Java client, you can specify if the PdxInstance you want to create is a Java domain class or not, but this is not the case for geode-native C++ client.

Thing is that in order to implement JsonFormatter in C++ client, having this change is mandatory, otherwise creating PdxType's with __GEMFIRE_JSON classname will present some issues while using cquery's.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)