com.funambol.storage
Interface Serializable

All Known Implementing Classes:
BasicUpdaterConfig, PushConfig

public interface Serializable

A simple interface to serialize objects on j2ME platform


Method Summary
 void deserialize(java.io.DataInputStream in)
          Read object field from the input stream.
 void serialize(java.io.DataOutputStream out)
          Write object fields to the output stream.
 

Method Detail

serialize

void serialize(java.io.DataOutputStream out)
               throws java.io.IOException
Write object fields to the output stream.

Parameters:
out - Output stream
Throws:
java.io.IOException

deserialize

void deserialize(java.io.DataInputStream in)
                 throws java.io.IOException
Read object field from the input stream.

Parameters:
in - Input stream
Throws:
java.io.IOException


Copyright © 2001-2009 Funambol.