public static object GetTypeIdentifierInstance(string typeName)
 {
     return(NetJSON.GetTypeIdentifierInstance(typeName));
 }
		internal static object GetTypeIdentifierInstance(string typeName) {
			return NetJSON.GetTypeIdentifierInstance(typeName);
		}