I created a class like the following:
[Serializable]
public class ABC {
}
Will the subclasses of this class inherit the [Serializable] attribute
I created a class like the following:
[Serializable]
public class ABC {
}
Will the subclasses of this class inherit the [Serializable] attribute
Is [Serializable] attribute inherits?
IfulConsultant