This improves the performance of the handoff from rpc response to creating a new object. There are some significant time savings by bypassing all of the setters.
This will set the attributes hash directly when we get a response from rpc, bypassing the setters but still doing type casting.
This improves the performance of the handoff from rpc response to creating a new object. There are some significant time savings by bypassing all of the setters.
This will set the attributes hash directly when we get a response from rpc, bypassing the setters but still doing type casting.