Question on best practices: When doing object seri...
# getting-started
j
Question on best practices: When doing object serialization in Kotlin, is it generally acceptable to provide a 'File' to the save method, a BufferedWriter, a FileStream, or a string with a filename?