]> source.dussan.org Git - sonarqube.git/blob
4c7028a88422991301397145d60e87962e507b36
[sonarqube.git] /
1 <p> This Serializable class is an inner class.  Any attempt to serialize
2 it will also serialize the associated outer instance. The outer instance is serializable,
3 so this won't fail, but it might serialize a lot more data than intended.
4 If possible, making the inner class a static inner class (also known as a nested class) should solve the 
5 problem.