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 [email protected]
