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
Update the talker data / talker log class to be more serializable friendly.
Right now Error, Stacktrace and Exception are used as types but those items cannot be serialized/deserialized to for example json. By updating the talker data structure to a more friendly format we could open up a more friendly way of having persistant logs.
For example if we would be able to serialize and deserialize to json we could connect a HiveHistory that keeps track of logs between different start ups of an app. Right now we cannot do this as it is impossible to convert back to TalkerData.
The text was updated successfully, but these errors were encountered:
Update the talker data / talker log class to be more serializable friendly.
Right now Error, Stacktrace and Exception are used as types but those items cannot be serialized/deserialized to for example json. By updating the talker data structure to a more friendly format we could open up a more friendly way of having persistant logs.
For example if we would be able to serialize and deserialize to json we could connect a HiveHistory that keeps track of logs between different start ups of an app. Right now we cannot do this as it is impossible to convert back to TalkerData.
The text was updated successfully, but these errors were encountered: