Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Can the static variables of a class be serialized? why?

user-image
Question added by himanshu mittal
Date Posted: 2013/06/25
Deleted user
by Deleted user

static members are something related to it's class so it's not make sense to serialize it, but if you want to serialize it anyway, you need to make it non-static first ....

More Questions Like This