public class DataMemberWalker| Walk(DataMemberInfo, JsonConfDataMemberWalkerCallback) | Walks over the data-member structure in the parent data-member's type. Executing the callback for each encountered. |
| Walk(Type, JsonConfDataMemberWalkerCallback) | Walks over the data-member structure in the provided type. Executing the callback for each encountered. |
| WalkRecurse | Recursively walks over the data-members in a class type and the the classes referred to by those data-members. |