All of the Work-classes in org.hibernate.search.backend are currently implementing Serializable but are not really needed to since they are converted into a serializable version in the serialization-modules.
This really confused me while working with these. Are there any other reasons for the classes to implement Serializable?
|