AgateLib.Serialization.Xle.ITypeBinder Interface Reference

This interface must be implemented by any class which wants to provide custom type binding (mapping from a string to a Type object) for the XleSerializer. More...

Inherited by AgateLib.Serialization.Xle.TypeBinder.

List of all members.

Public Member Functions

Type GetType (string typename)
 Returns a Type object representing the type described by the typename parameter.


Detailed Description

This interface must be implemented by any class which wants to provide custom type binding (mapping from a string to a Type object) for the XleSerializer.


Member Function Documentation

Type AgateLib.Serialization.Xle.ITypeBinder.GetType ( string  typename  ) 

Returns a Type object representing the type described by the typename parameter.

Parameters:
typename 
Returns:


The documentation for this interface was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo