Verifying Serializable attribute at compile time

  • Thread starter Thread starter Mario Garcia
  • Start date Start date
M

Mario Garcia

How do you check for Serializable attribute at compile
time? I can use ISerializable - but how do you set it up
to perform default behavior? I don't want to add data for
each one of my classes. Thanks.
 
Back
Top