|
-
Jun 14th, 2006, 10:44 PM
#1
Thread Starter
New Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|