Hello all. Is there any way to get the names of private / protected / internal variables within a class at runtime? (ie., actual reflection!)
It seems it's not possible using getClassInfo(). What about some sort of custom serialization? (Remembering that the names of the variables is not known). Any thoughts? Cheers Marty

