I was gooing through the source code Apache commons library. My question is why they are using Serializable
for every validator class e.g. EmailValidatore, ISBNValidator class ?
It has confused me with use case of Serializable
. Can anyone justify the use case of Serializable
here?