Expand description
JSON helper utilities for serializing and deserializing thread events.
Functionsยง
- from_
str - Deserializes an event from a JSON string.
- to_
string - Serializes an event into a JSON string.
- to_
value - Converts an event into a
serde_json::Value. - versioned_
from_ str - Deserializes a
VersionedThreadEventwrapper. - versioned_
to_ string - Serializes a
VersionedThreadEventwrapper.