Creating Class Instances without Parsing for Improved Performance
hello!
When using a class schema, is there a way to create an instance without having to parse it?
When I tested the performance, there was a difference in performance when going through parse every time compared to a normal class.
I plan to use it when it has already gone through validation and there is no need for inspection.
When using a class schema, is there a way to create an instance without having to parse it?
When I tested the performance, there was a difference in performance when going through parse every time compared to a normal class.
I plan to use it when it has already gone through validation and there is no need for inspection.
