ISerializerContext Interface

uuid(c5997f73-9c61-4158-b93a-f1895d4ceee7)

This interface allows you access to various pieces of context information you may need during the serialization process.

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
Namespaces  [propget] This returns an interface to the Namespace manager, typically you don't need to use this, as all the serialize functions with URIs handle the prefix mappings for you.
SerializerFactory  [propget] This allows access to the current serializer factory.

 

When to Implement

The serializer engine provides a standard implementation of this, you shouldn't need to implement it.

 

When to Call

Call this interface to access context information when the functions in ISerializerOutput don't provide what you need.

 

See Also

The PocketSOAP Library | 

 

 

Copyright

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