On 07/06/02 Dwivedi, Ajay kumar wrote: > The serialization still does not work properly on > mono because of the absence of Reflection methods. > The methods needed by Serializer are: > Type.GetInterfaces() > Type.GetProperties() > Type.GetFields().. etc > > If I am not wrong, they are runtime properties. > Any chances of getting them implemented anytime soon?
The methods above have been implemented for a long time (mcs uses them extensively). Did you try them or do you have a test case that fails? lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
