R/content-replay.R
contents_record.Rd
These generic functions can be use to convert Turn/Content objects into easily serializable representations (i.e. lists and atomic vectors).
contents_record() accepts a Turn or Content and return a simple list.
contents_record()
contents_replay() takes the output of contents_record() and returns a Turn or Content object.
contents_replay()
contents_record(x) contents_replay(x, tools = list())
A Turn or Content object to serialize; or a serialized object to replay.
A named list of tools