|
Currently the base type for teh Mapper is along the lines of: MapperBaseText<V2> MapperBaseBinar y<V2> MapperBaseXml<V 2> I was thinking of changing this to be something like MapperBase<V1, V2> where V1 : String, XDocument, Stream Based on the type the underlying EXE could then be called.