|
|
I have a class(for instance Student) which has a property (its property type is not string or int) pointing to another class (for instance Classroom), can I still Serialize objects created from class Student?
|
|
Coordinator
Jan 10 at 9:21 AM
|
Hi,
If ClassRoom is serializable then yes, I believe you should be able to do this. There's only one way to know for sure of course, try it out :)
Regards
Jamie
|
|