public interface DatabaseWriter
| Modifier and Type | Method and Description |
|---|---|
void |
serializeAccount(OutputStream os,
Account account) |
void |
write(OutputStream os,
Database db) |
void write(OutputStream os, Database db) throws Exception
Exceptionvoid serializeAccount(OutputStream os, Account account) throws Exception
ExceptionCopyright © 2018. All rights reserved.