hi everyone,
when doing serialization, do I really need to inherit from ISerializable ?
I am not sure if there is something wrong with my code but when i don't inherit from that interface I can still serialize my object and deserialize it.
Am I missing something?
Thank you in advance.
when doing serialization, do I really need to inherit from ISerializable ?
I am not sure if there is something wrong with my code but when i don't inherit from that interface I can still serialize my object and deserialize it.
Am I missing something?
Thank you in advance.
Comment