public interface IDirectoryTransformer extends Serializable
IUser| Modifier and Type | Method and Description |
|---|---|
void |
userToXML(IUser user,
OutputStream outputStream)
Tranforms a
IUser to an XML stream. |
IUser |
xmlToUser(InputStream inputStream)
Loads a
IUser object from an XML stream. |
void userToXML(IUser user, OutputStream outputStream) throws IOException
IUser to an XML stream.user - The IUser object to transform.outputStream - The OutputStream object to write the stream to.IOExceptionIUser xmlToUser(InputStream inputStream) throws IOException
IUser object from an XML stream.inputStream - The InputStream object to read the stream from.IUser object.IOExceptionCopyright © 2022 Visiativ. All rights reserved.