Terracotta doesn’t use serialization of objects.

Terracotta doesn’t use serialization of objects. Correct Answer True

Terracotta doesn’t use serialization of objects (not even highly compact serialization like Swift, Google’s Protocol Buffers, Coherence Pofs, or Hazelcast DataSerializables), and instead ferries around deltas of VM memory across the cluster.

Related Questions

In Java Serialization, what happens if a serialized class changes between serialization and deserialization?