Results 1 to 6 of 6

Thread: [solved] [2005] sterilization [/solved]

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    11

    [solved] [2005] sterilization [/solved]

    BinaryFormatter sterlizer = new BinaryFormatter();
    MemoryStream picOut = new MemoryStream();
    sterlizer.Serialize(picOut, "BLABLA" );


    all that is getting put into picOut is a bunch of zeros, however the number of zeros does change depending on what i try to sterilize but it defiantly seems like there should be some ones too.

    any one know what going on here.
    Last edited by innominate09; Jun 15th, 2006 at 06:02 PM.

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