qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
82 stars 17 forks source link

API: Remove serialize-to-file and deserialize-from-file #244

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

API: Remove serialize-to-file and deserialize-from-file

These two functions are trivial to implement and as currently written they don't allow specifying all the options that might be passed to with-open-file, so it's better left to end-user code.