model.io
package model.io
Members list
Type members
Classlikes
trait FileIo
Loads and saves the status to a file.
Loads and saves the status to a file.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class JsonFileIoclass XmlFileIo
class JsonFileIo(val fileName: String) extends FileIo
Implements model.io.FileIo using JSON.
Implements model.io.FileIo using JSON.
Value parameters
- fileName
-
the name of the file to read from and write to
Attributes
- Companion
- object
- Supertypes
object JsonFileIo
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonFileIo.type
Implements model.io.FileIo using XML.
Implements model.io.FileIo using XML.
Value parameters
- fileName
-
the name of the file to read from and write to
Attributes
- Companion
- object
- Supertypes
In this article