Abstract base marshaller interface definition. This interface must be
implemented by the handler for marshalling an object as an instance of a
binding with extension mappings.
This extension to the normal marshaller interface allows the base
marshalling to determine the proper marshaller implementation to use at
runtime. The code needs to check that the object to be marshalled has a
marshaller that extends this base mapping.
author: Dennis M. Sosnoski version: 1.0 |