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:
- string
- int
- double
- ArrayList
- 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.
|