br.usp.iterador.io
Class Serializer

java.lang.Object
  extended by br.usp.iterador.io.Serializer

public class Serializer
extends java.lang.Object

Responsible for serializing the data.

Author:
Guilherme Silveira

Constructor Summary
Serializer(PluginSerializer serializer, Pulga pulga)
           
 
Method Summary
 Pulga load(java.io.File file)
           
 void save(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer

public Serializer(PluginSerializer serializer,
                  Pulga pulga)
Method Detail

save

public void save(java.io.File file)
          throws PulgaIOException
Throws:
PulgaIOException

load

public Pulga load(java.io.File file)
           throws PulgaIOException
Parameters:
file -
Returns:
Throws:
PulgaIOException - some error has ocurred


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.