Vebot 4.0
Project | Download | SourceForge.net
Serialization Library
Project
Download
SourceForge.net Logo
What is it?

This C# Serialization Library is used to serialize objects to strings and deserialize objects from strings formatted using the same scheme as the PHP Serialize function. Sharp Serialization Library can be used to pass complex objects over a SOAP Web Services connection which would otherwise not be supported through XML (SOAP) serialization, such as Hashtables.

How the Serialization Library works:

C# Serialization Library Supported Types:

  1. string
  2. int
  3. double
  4. ArrayList
  5. Hashtable

Additional Notes:

  • To see an example of how to use this C# Serialization Library, view the project and the files inside the SerializerTest directory.