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

Method Deserialize

todo.go:51–51  ·  view source on GitHub ↗
(reader io.Reader)

Source from the content-addressed store, hash-verified

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

Callers 2

loadTaskListFunction · 0.65
loadMethod · 0.65

Implementers 2

jsonIOjsonio.go
legacyIOlegacyio.go

Calls

no outgoing calls

Tested by

no test coverage detected