uuid(b592e789-d9d1-4df7-82e8-8ce1b7c2eb1d)
progid(pocketSOAP.SimpleSerializer.1)
This serializer object handles serializing and deserializing most simple types
Name | Description |
---|---|
ISoapSerializer | The serializer engine requires that all serializer objects implement this interface |
ISoapDeSerializer | Deserializer objects are required to implement this |
ITypesInit | This optional interface indicates to the serializerFactory that you are interested in receiving the type information it used to select the [de]serializer. |
ISimpleSoapSerializer | An interface for serializing XML Schema simple tyeps. |
Typically, you don't create the serializer directly, rather you call SerializeNode or SerializeValue on the serializerOutput, and it will create the correct serializer as needed.
Copyright © Simon Fell, 2000-2004. All rights reserved.