Few Hibernate Entities Implement Serializable where as Few Doesn't...Reasons? -


i saw in application code base few hibernate entities implement serializable interface few doesn't...

could me reasons when required , when doesn't?

also, why @entity not being sufficient take care of serialization

thanks.


Comments