Shandilya
Shandilya

Reputation: 103

Custom Serialization in Hazelcast

Can someone explain the significance of Hazelcast Custom Serialization techniques :-

  1. StreamSerializer
  2. ByteArraySerializer

I have gone through Hazelcast official documentation but it's not very clear from that.

Upvotes: 2

Views: 674

Answers (1)

Manuel David
Manuel David

Reputation: 151

There's a nice blog writeup at https://hazelcast.com/blog/comparing-serialization-methods

Upvotes: 3

Related Questions