First little step done. Now we are exposing /// <summary> /// Add mapping data using deserialized class. /// </summary> /// <param name="mappingDocument">Mapping metadata.</param> /// <param name="documentFileName">XML file's name where available; otherwise null.</param> public void AddDeserializedMapping(HbmMapping mappingDocument, string documentFileName)
and FNH (or any other prj with fantasy) can use it instead create XML. At the end the patch needed was not so big (very few lines: revision 4867). 2009/11/27 Fabio Maulo <[email protected]> > I have started the refactoring of HbmBinders. > You will see parsers performances going up and down for a while. > The target is remove the Xml parse and use only the deserialized classes... > well in practice try to end the "opera incompiuta" we are using since > NH2.0.0. > > -- > Fabio Maulo > > -- Fabio Maulo
