Converts a MotionMasterMessage to a plain JavaScript object with specific field handling options.
This function utilizes the MotionMasterMessage.toObject() method to create a plain object
from the provided MotionMasterMessage. It includes various options for how fields are processed,
such as handling arrays, default values, and JSON compatibility.
Note: The function includes a fix for the error TypeError: Cannot freeze array buffer views with elements in NgRx.
Returns
A plain JavaScript object representing the message with the specified options applied.
Converts a
MotionMasterMessage
to a plain JavaScript object with specific field handling options.This function utilizes the
MotionMasterMessage.toObject()
method to create a plain object from the providedMotionMasterMessage
. It includes various options for how fields are processed, such as handling arrays, default values, and JSON compatibility.Note: The function includes a fix for the error
TypeError: Cannot freeze array buffer views with elements in NgRx
.Returns
A plain JavaScript object representing the message with the specified options applied.