ITypesInit Interface

uuid(04066da1-3767-4388-bc1b-70b5c67123e1)

This optional interface indicates to the serializerFactory that you are interested in receiving the type information it used to select the [de]serializer. This can be useful if you have a single [de]serializer object that handles many XML and/or COM types.

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
Initialize   Once the serializerFactory has created the serializer, it calls this passing the type information it used to select this [de]serializer

 

When to Implement

Implement this if you are writing a serializer or deserializer and want to find out the information the serializerFactory used to select this [de]serializer.

 

When to Call

The serializerFactory object will call this interface as required.

 

See Also

The PocketSOAP Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.