Can Java serialization be used with Gemfire/Geode, without deploying classes on the server? -


the goal avoid having deploy java classes gemfire/geode servers.

the use-case requires storage/retrieval of serialized objects. keys strings. there no use of server-side functions or oql.

i'm aware gemfire/geode pdx doesn't (in cases) require java classes deployed gemfire/geode server. i'm curious possible when using plain old java serialization.

as long there no server side logic require deserializing values, think should work. besides not using functions , oql, , cachelisteners or cachewriters require deserializing values on server.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -