Hacker News new | ask | show | jobs
by lmm 1081 days ago
Suppose the data is in a private field of an object deep in the object graph. How do you get it? You can't, by design - that object's public interface may expose some aspects of the data, but you're not meant to access the actual raw data.