Interface Savable
-
- All Known Implementing Classes:
MarshallableSavable
public interface Savable
- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
saveTo(java.nio.file.Path path)
void
saveTo(java.nio.file.Path path, java.nio.charset.Charset charset, java.nio.file.OpenOption... openOptions)
-
-
-
Field Detail
-
_Savable_
static final java.lang.Class<Savable> _Savable_
-
-
Method Detail
-
saveTo
default void saveTo(@Nonnull java.nio.file.Path path) throws java.io.IOException
- Throws:
java.io.IOException
-
saveTo
void saveTo(@Nonnull java.nio.file.Path path, @Nonnull java.nio.charset.Charset charset, @Nonnull java.nio.file.OpenOption... openOptions) throws java.io.IOException
- Throws:
java.io.IOException
-
-