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
Implement a generic .toJSON method on the Entity class so that JSON.Serialize will return a JSON string containing the attributes specified in the Schema. Currently, it returns the internal implementation of the Entity.
The text was updated successfully, but these errors were encountered:
Implement a generic
.toJSON
method on the Entity class so that JSON.Serialize will return a JSON string containing the attributes specified in the Schema. Currently, it returns the internal implementation of the Entity.The text was updated successfully, but these errors were encountered: