Samir Bhogayta
What should one do to make class serializable?
By Samir Bhogayta in ASP.NET on Jun 25 2016
  • Samir Bhogayta
    Jun, 2016 25

    To make a class serializable is to mark it with the Serializable attribute as follows. [Serializable] public class MyObject { public int n1 = 0; public int n2 = 0; public String str = null; }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS