You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the serialize attribute, implement a const attribute that does not change once set. This means that it is only serialize when the object is being saved the first time. Any saves after the first save will remove the attribute from the serialized JSON.
The text was updated successfully, but these errors were encountered:
Similar to the
serialize
attribute, implement aconst
attribute that does not change once set. This means that it is only serialize when the object is being saved the first time. Any saves after the first save will remove the attribute from the serialized JSON.The text was updated successfully, but these errors were encountered: