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.
Name | Description |
---|---|
Initialize | Once the serializerFactory has created the serializer, it calls this passing the type information it used to select this [de]serializer |
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.
The serializerFactory object will call this interface as required.
Copyright © Simon Fell, 2000-2004. All rights reserved.