You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2019/01/15 20:26:43 UTC

[GitHub] [geode] kirklund commented on pull request #3076: GEODE-6272: change jdbc to use pdx as keys instead of json

I agree with others that "stable" is kind of a weird term. Maybe try something more specific like "keepInSerializedForm", "keepSerialized" and consider moving it to PdxInstanceFactory instead of a new factory method:
```
PdxInstanceFactory factory = cache.createPdxInstanceFactory(class).keepSerialized(true);
```

[ Full content available at: https://github.com/apache/geode/pull/3076 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org