Hi all, Doing profiling I discovered that Class.getMethods() is taking a lot of time, and results are not cached internally - from J2EE world I'm used that such caching is available, and must be switched off explicitly. Is there reason for this? (I'm sure there is a good one, but can not find it) What is best strategy to overcome this problem? As I develop lightweight JSON databinding framework, I'm doing a lot of reflection. My current solution is to cache acquired methods array in the map, but maybe ther eis better solution I overlook?
regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

