Serialization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Deshi

    Serialization

    Hi All

    Can anyone help me out to find out the Serializable and non-
    serializable object in .net framework library.....
  • Michael Nemtsev [MVP]

    #2
    Re: Serialization

    Hello Deshi,

    use .net reflector to find the objects with Serializable attribute

    But why u need this?
    If object doesnt have this attribute your can serialize it using custom serialization

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    DHi All
    D>
    DCan anyone help me out to find out the Serializable and non-
    Dserializable object in .net framework library.....
    D>


    Comment

    Working...