CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Serailization

  1. #1
    Join Date
    Mar 2000
    Posts
    1

    Serailization

    i m trying to serialize multiple objects of same class into one file and then when i try to read the objects, after reading the first object it raises StreamCorruptedException.
    Could anybody tell me what is the problem

    tia


  2. #2
    Join Date
    Mar 2000
    Location
    Portland, OR, USA
    Posts
    41

    Re: Serailization

    Could you write your code for me, I will try to help you.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured