Tagged Questions
0
votes
0answers
74 views
Distributed cache - do I have to serialize/externalize the objects
I'm having to code the Serializable or Externalizable implementations for objects to be put in a distributed cache - Oracle Coherence or IBM Xstreme Scale.
What happens if we don't do this - and ...