Reflective programming: Difference between revisions

Content deleted Content added
m cite repair;
Line 11:
 
==Uses==
Reflection helps programmers make generic software libraries to display data, process different formats of data, perform [[serialization]] orand deserialization of data for communication, or do bundling and unbundling of data for containers or bursts of communication.
 
Effective use of reflection almost always requires a plan: A design framework, encoding description, object library, a map of a database or entity relations.