org.simBio.serialize
インタフェース Serializer

既知の実装クラスの一覧:
XMLSerializer

public interface Serializer

serialize and deserialize.
直列化と復元。

バージョン:
$Revision: 1.2 $
作成者:
Nobuaki Sarai

メソッドの概要
 java.net.URL[] getCodebases()
           
 Component read()
          deserialize.
 void update(Component component, java.io.OutputStream stream, org.xml.sax.InputSource source)
          update serialized.
 void write(Component component, java.lang.String uri)
          serialize.
 

メソッドの詳細

read

Component read()
               throws java.lang.InstantiationException
deserialize.
直列化復元。

戻り値:
Component
例外:
java.lang.InstantiationException

write

void write(Component component,
           java.lang.String uri)
           throws java.io.IOException
serialize.

パラメータ:
component - root of the model
uri - destination of the xml file
例外:
java.io.IOException - when failed

update

void update(Component component,
            java.io.OutputStream stream,
            org.xml.sax.InputSource source)
update serialized.
直列化されているものを更新する。

パラメータ:
component - root of the model
stream - destination of the XML file
source - of the XML file

getCodebases

java.net.URL[] getCodebases()


???(C) 2002-2007 ?????????????????????