Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Business Analyst Training
Live, Online, Video Courses
Instructor-Led + Hands-On
BusinessAnalystBootCamp.Com

SQL + Database Training
Live, Online, Video Classes
Instructor-Led + Hands-On
SQLBootCamp.Com

Software Developer Training
Live, Online, Video Courses
Instructor-Led + Hands-On
SoftwareDevelperBootCamp.Com

IT CAREER COACH
Hands-On Experience Coaching
IT Skills Training
IT-Career-Coach.NET

IT Professional Newsletter
"Free" IT Career Success Tips
How To Accelerate Your Career
IT Career Newsletter

Ask IT Career Questions
"ASK" A Burning IT Career
Question Or Get Answers
Ask A Burning IT Question Now!

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed

How To Serialize or Persist The Contents Of An Array Using The SOAPFormatter

Last post 12-23-2003, 21:12 by Kingsley Tagbo. 0 replies.
Sort Posts: Previous Next
  •  12-23-2003, 21:12 1165

    How To Serialize or Persist The Contents Of An Array Using The SOAPFormatter

    How To Serialize or Persist The Contents Of An Array Using The SOAPFormatter

    'Create an Array (LinePoints) that will be serialized to a file

    Dim s As System.IO.Stream =
    System.IO.File.Open("C:\Linepoints.binary", FileMode.Create,
    FileAccess.ReadWrite)

    Dim b As SoapFormatter = New SoapFormatter

    b.Serialize(s, LinePoints)

    s.Flush()

    s.Close()


    Sign-up For Data Mining Source Code Newsletter

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed