MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / Serialize

Method Serialize

todo.go:52–52  ·  view source on GitHub ↗
(writer io.Writer, tasks TaskList)

Source from the content-addressed store, hash-verified

50type TaskListIO interface {
51 Deserialize(reader io.Reader) (TaskList, error)
52 Serialize(writer io.Writer, tasks TaskList) error
53}
54
55type TaskNode interface {

Callers 2

saveTaskListFunction · 0.65
saveMethod · 0.65

Implementers 2

jsonIOjsonio.go
legacyIOlegacyio.go

Calls

no outgoing calls

Tested by

no test coverage detected