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
Right now, I'm accessing the "private" members directly, and assigning them manually. would be good to have an static method, like fromJSON(theOneReturnedFromtoJSON) to initialize the classes using a previous state.
The text was updated successfully, but these errors were encountered:
This sounds reasonable. I really dislike the method name toJson that all the metrics impl, because some of them do NOT return JSON, should really be getValue() or getPayload().
Right now, I'm accessing the "private" members directly, and assigning them manually. would be good to have an static method, like
fromJSON(theOneReturnedFromtoJSON)
to initialize the classes using a previous state.The text was updated successfully, but these errors were encountered: