org.codehaus.wadi
Interface SerializableContent

All Known Subinterfaces:
Context, Session, WADIHttpSession
All Known Implementing Classes:
AbstractContext, DistributableAttributes, DistributableValue, StandardSession

public interface SerializableContent

Abstracts out the ability of an object to serialise just its content - not itself.

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Method Summary
 void readContent(ObjectInput is)
           
 void writeContent(ObjectOutput os)
           
 

Method Detail

readContent

public void readContent(ObjectInput is)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeContent

public void writeContent(ObjectOutput os)
                  throws IOException
Throws:
IOException


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.