Make the classes for your domain objects implement java.io.Serializable and avoid specifying DataSerializable or DataSerializers or PDX. This will result in use of Java serialization when serializing your domain objects. It'll be slower though.
On Thu, Jun 29, 2017 at 3:42 PM, Amit Pandey <[email protected]> wrote: > Hi Guys, > > Whats the config for using Java Serialization in Spring Data Geode ? > > regards >
