# Functions
NewTypeDescriptor creates a new instance of the type descriptor and sets its values.
ParseTypeDescriptorFromString parses a string to get descriptor fields and returns them as a Descriptor.
# Variables
MethodReflector helper class to perform method introspection and dynamic invocation.
ObjectReader Helper class to perform property introspection and dynamic reading.
ObjectWriter helper class to perform property introspection and dynamic writing.
PropertyReflector Helper class to perform property introspection and dynamic reading and writing.
RecursiveObjectReader Helper class to perform property introspection and dynamic reading.
RecursiveObjectWriter Helper class to perform property introspection and dynamic writing.
TypeMatcher Helper class matches value types for equality.
TypeReflector Helper class to perform object type introspection and object instantiation.
# Structs
No description provided by the author
No description provided by the author
TypeDescriptor is a descriptor that points to specific object type by it's name and optional library (or module) where this type is defined.
# Interfaces
No description provided by the author