What exactly do you mean by this?? If a class implements serializable, then instances of that class can we serialized by any class, this includes itself. If you mean anything else please clarify.
Only instance fileds are serialized. Not the static ones?