dsto.dfc.swing.persistence
Interface ISerializer

All Known Implementing Classes:
DbXmlSerializer, DefaultSerializer, KbmlSerializer

public interface ISerializer

Defines an object that can serialize/deserialize an object to a stream.

Version:
$Revision$
Author:
mpp

Method Summary
 Object deserialize(InputStream input)
           
 void serialize(OutputStream output, Object object)
           
 

Method Detail

serialize

void serialize(OutputStream output,
               Object object)
               throws IOException
Throws:
IOException

deserialize

Object deserialize(InputStream input)
                   throws IOException,
                          ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2008 Commonwealth of Australia