Static Variable can't be serialized
If there is a static data member in the class, it will not be serialized as static members belong to the class and not the object.
Backlinks
If there is a static data member in the class, it will not be serialized as static members belong to the class and not the object.