M - the type of objects implementing classes can serializepublic interface ModelSerializer<M>
| Modifier and Type | Method and Description |
|---|---|
default void |
writeModel(File f,
M model) |
void |
writeModel(OutputStream os,
M model) |
void writeModel(OutputStream os, M model) throws IOException
IOExceptiondefault void writeModel(File f, M model) throws IOException
IOExceptionCopyright © 2018. All rights reserved.