Acme
Interface Serializable

All Superinterfaces:
Versioned

public interface Serializable
extends Versioned


Method Summary
 void deserialize(java.io.DataInputStream din)
           
 void serialize(java.io.DataOutputStream dout)
           
 
Methods inherited from interface Acme.Versioned
getVersion
 

Method Detail

serialize

void serialize(java.io.DataOutputStream dout)
               throws java.io.IOException
Throws:
java.io.IOException

deserialize

void deserialize(java.io.DataInputStream din)
                 throws java.io.IOException
Throws:
java.io.IOException