Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializable Talker data #218

Open
XanderD99 opened this issue Apr 10, 2024 · 0 comments
Open

Serializable Talker data #218

XanderD99 opened this issue Apr 10, 2024 · 0 comments
Labels
enhancement New feature or request work_in_progress Сurrently under work

Comments

@XanderD99
Copy link

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.

@Frezyx Frezyx added enhancement New feature or request work_in_progress Сurrently under work labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work_in_progress Сurrently under work
Projects
None yet
Development

No branches or pull requests

2 participants