1
Answer

What's about SerializableAttribute

Matthias

Matthias

7y
185
1
Since I installed VisualStudio 2017, I cannot use [Serializable] Attribute any more. The message is that namespace can't be found. I tried with "using System.Runtime.Serialization.Formatters.Binary;" - the same problem! Is there a new namespace or is serialization never possible anymore?
Answers (1)